Uses of Class
com.google.cloud.dialogflow.v2.DetectIntentRequest
-
Packages that use DetectIntentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of DetectIntentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return DetectIntentRequest Modifier and Type Method Description DetectIntentRequest
DetectIntentRequest.Builder. build()
DetectIntentRequest
DetectIntentRequest.Builder. buildPartial()
static DetectIntentRequest
DetectIntentRequest. getDefaultInstance()
DetectIntentRequest
DetectIntentRequest.Builder. getDefaultInstanceForType()
DetectIntentRequest
DetectIntentRequest. getDefaultInstanceForType()
static DetectIntentRequest
DetectIntentRequest. parseDelimitedFrom(InputStream input)
static DetectIntentRequest
DetectIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentRequest
DetectIntentRequest. parseFrom(byte[] data)
static DetectIntentRequest
DetectIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentRequest
DetectIntentRequest. parseFrom(com.google.protobuf.ByteString data)
static DetectIntentRequest
DetectIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentRequest
DetectIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DetectIntentRequest
DetectIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentRequest
DetectIntentRequest. parseFrom(InputStream input)
static DetectIntentRequest
DetectIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentRequest
DetectIntentRequest. parseFrom(ByteBuffer data)
static DetectIntentRequest
DetectIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type DetectIntentRequest Modifier and Type Method Description DetectIntentResponse
SessionsClient. detectIntent(DetectIntentRequest request)
Processes a natural language query and returns structured, actionable data as a result.default void
SessionsGrpc.AsyncService. detectIntent(DetectIntentRequest request, io.grpc.stub.StreamObserver<DetectIntentResponse> responseObserver)
Processes a natural language query and returns structured, actionable data as a result.DetectIntentResponse
SessionsGrpc.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.void
SessionsGrpc.SessionsStub. detectIntent(DetectIntentRequest request, io.grpc.stub.StreamObserver<DetectIntentResponse> responseObserver)
Processes a natural language query and returns structured, actionable data as a result.DetectIntentRequest.Builder
DetectIntentRequest.Builder. mergeFrom(DetectIntentRequest other)
static DetectIntentRequest.Builder
DetectIntentRequest. newBuilder(DetectIntentRequest prototype)
-
Uses of DetectIntentRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-