Uses of Class
com.google.cloud.dialogflow.v2beta1.DetectIntentResponse
-
Packages that use DetectIntentResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of DetectIntentResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 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
SessionsClient. detectIntent(SessionName session, QueryInput queryInput)
Processes a natural language query and returns structured, actionable data as a result.DetectIntentResponse
SessionsClient. detectIntent(String session, QueryInput queryInput)
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
AutomatedAgentReply.Builder. getDetectIntentResponse()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.DetectIntentResponse
AutomatedAgentReply. getDetectIntentResponse()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.DetectIntentResponse
AutomatedAgentReplyOrBuilder. getDetectIntentResponse()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.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.v2beta1 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.v2beta1 with parameters of type DetectIntentResponse Modifier and Type Method Description AutomatedAgentReply.Builder
AutomatedAgentReply.Builder. mergeDetectIntentResponse(DetectIntentResponse value)
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.DetectIntentResponse.Builder
DetectIntentResponse.Builder. mergeFrom(DetectIntentResponse other)
static DetectIntentResponse.Builder
DetectIntentResponse. newBuilder(DetectIntentResponse prototype)
AutomatedAgentReply.Builder
AutomatedAgentReply.Builder. setDetectIntentResponse(DetectIntentResponse value)
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.Method parameters in com.google.cloud.dialogflow.v2beta1 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.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.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.
-