Uses of Class
com.google.cloud.dialogflow.cx.v3.DetectIntentResponse
-
Packages that use DetectIntentResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of DetectIntentResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return DetectIntentResponse Modifier and Type Method Description DetectIntentResponse
DetectIntentResponse.Builder. build()
DetectIntentResponse
DetectIntentResponse.Builder. buildPartial()
DetectIntentResponse
SessionsClient. detectIntent(DetectIntentRequest request)
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.static DetectIntentResponse
DetectIntentResponse. getDefaultInstance()
DetectIntentResponse
DetectIntentResponse.Builder. getDefaultInstanceForType()
DetectIntentResponse
DetectIntentResponse. getDefaultInstanceForType()
DetectIntentResponse
StreamingDetectIntentResponse.Builder. getDetectIntentResponse()
The response from detect intent.DetectIntentResponse
StreamingDetectIntentResponse. getDetectIntentResponse()
The response from detect intent.DetectIntentResponse
StreamingDetectIntentResponseOrBuilder. getDetectIntentResponse()
The response from detect intent.static DetectIntentResponse
DetectIntentResponse. parseDelimitedFrom(InputStream input)
static DetectIntentResponse
DetectIntentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentResponse
DetectIntentResponse. parseFrom(byte[] data)
static DetectIntentResponse
DetectIntentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentResponse
DetectIntentResponse. parseFrom(com.google.protobuf.ByteString data)
static DetectIntentResponse
DetectIntentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentResponse
DetectIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DetectIntentResponse
DetectIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentResponse
DetectIntentResponse. parseFrom(InputStream input)
static DetectIntentResponse
DetectIntentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DetectIntentResponse
DetectIntentResponse. parseFrom(ByteBuffer data)
static DetectIntentResponse
DetectIntentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type DetectIntentResponse Modifier and Type Method Description 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.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<DetectIntentResponse>
DetectIntentResponse. getParserForType()
static com.google.protobuf.Parser<DetectIntentResponse>
DetectIntentResponse. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type DetectIntentResponse Modifier and Type Method Description StreamingDetectIntentResponse.Builder
StreamingDetectIntentResponse.Builder. mergeDetectIntentResponse(DetectIntentResponse value)
The response from detect intent.DetectIntentResponse.Builder
DetectIntentResponse.Builder. mergeFrom(DetectIntentResponse other)
static DetectIntentResponse.Builder
DetectIntentResponse. newBuilder(DetectIntentResponse prototype)
StreamingDetectIntentResponse.Builder
StreamingDetectIntentResponse.Builder. setDetectIntentResponse(DetectIntentResponse value)
The response from detect intent.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type DetectIntentResponse Modifier and Type Method Description 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.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. -
Uses of DetectIntentResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type DetectIntentResponse 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.
-