Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.DetectIntentRequest
-
Packages that use DetectIntentRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of DetectIntentRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return DetectIntentRequest Modifier and Type Method Description DetectIntentRequestDetectIntentRequest.Builder. build()DetectIntentRequestDetectIntentRequest.Builder. buildPartial()static DetectIntentRequestDetectIntentRequest. getDefaultInstance()DetectIntentRequestDetectIntentRequest.Builder. getDefaultInstanceForType()DetectIntentRequestDetectIntentRequest. getDefaultInstanceForType()static DetectIntentRequestDetectIntentRequest. parseDelimitedFrom(InputStream input)static DetectIntentRequestDetectIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentRequestDetectIntentRequest. parseFrom(byte[] data)static DetectIntentRequestDetectIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentRequestDetectIntentRequest. parseFrom(com.google.protobuf.ByteString data)static DetectIntentRequestDetectIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentRequestDetectIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DetectIntentRequestDetectIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentRequestDetectIntentRequest. parseFrom(InputStream input)static DetectIntentRequestDetectIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentRequestDetectIntentRequest. parseFrom(ByteBuffer data)static DetectIntentRequestDetectIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type DetectIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DetectIntentRequest,DetectIntentResponse>SessionsClient. detectIntentCallable()Processes a natural language query and returns structured, actionable data as a result.com.google.api.gax.rpc.UnaryCallSettings.Builder<DetectIntentRequest,DetectIntentResponse>SessionsSettings.Builder. detectIntentSettings()Returns the builder for the settings used for calls to detectIntent.com.google.api.gax.rpc.UnaryCallSettings<DetectIntentRequest,DetectIntentResponse>SessionsSettings. detectIntentSettings()Returns the object with the settings used for calls to detectIntent.static io.grpc.MethodDescriptor<DetectIntentRequest,DetectIntentResponse>SessionsGrpc. getDetectIntentMethod()com.google.protobuf.Parser<DetectIntentRequest>DetectIntentRequest. getParserForType()static com.google.protobuf.Parser<DetectIntentRequest>DetectIntentRequest. parser()Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type DetectIntentRequest Modifier and Type Method Description DetectIntentResponseSessionsClient. detectIntent(DetectIntentRequest request)Processes a natural language query and returns structured, actionable data as a result.default voidSessionsGrpc.AsyncService. detectIntent(DetectIntentRequest request, io.grpc.stub.StreamObserver<DetectIntentResponse> responseObserver)Processes a natural language query and returns structured, actionable data as a result.DetectIntentResponseSessionsGrpc.SessionsBlockingStub. detectIntent(DetectIntentRequest request)Processes a natural language query and returns structured, actionable data as a result.com.google.common.util.concurrent.ListenableFuture<DetectIntentResponse>SessionsGrpc.SessionsFutureStub. detectIntent(DetectIntentRequest request)Processes a natural language query and returns structured, actionable data as a result.voidSessionsGrpc.SessionsStub. detectIntent(DetectIntentRequest request, io.grpc.stub.StreamObserver<DetectIntentResponse> responseObserver)Processes a natural language query and returns structured, actionable data as a result.DetectIntentRequest.BuilderDetectIntentRequest.Builder. mergeFrom(DetectIntentRequest other)static DetectIntentRequest.BuilderDetectIntentRequest. newBuilder(DetectIntentRequest prototype) -
Uses of DetectIntentRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type DetectIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DetectIntentRequest,DetectIntentResponse>GrpcSessionsStub. detectIntentCallable()com.google.api.gax.rpc.UnaryCallable<DetectIntentRequest,DetectIntentResponse>HttpJsonSessionsStub. detectIntentCallable()com.google.api.gax.rpc.UnaryCallable<DetectIntentRequest,DetectIntentResponse>SessionsStub. detectIntentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DetectIntentRequest,DetectIntentResponse>SessionsStubSettings.Builder. detectIntentSettings()Returns the builder for the settings used for calls to detectIntent.com.google.api.gax.rpc.UnaryCallSettings<DetectIntentRequest,DetectIntentResponse>SessionsStubSettings. detectIntentSettings()Returns the object with the settings used for calls to detectIntent.
-