Uses of Class
com.google.cloud.dialogflow.v2.DetectIntentResponse
-
Packages that use DetectIntentResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of DetectIntentResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return DetectIntentResponse Modifier and Type Method Description DetectIntentResponseDetectIntentResponse.Builder. build()DetectIntentResponseDetectIntentResponse.Builder. buildPartial()DetectIntentResponseSessionsClient. detectIntent(DetectIntentRequest request)Processes a natural language query and returns structured, actionable data as a result.DetectIntentResponseSessionsClient. detectIntent(SessionName session, QueryInput queryInput)Processes a natural language query and returns structured, actionable data as a result.DetectIntentResponseSessionsClient. detectIntent(String session, QueryInput queryInput)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.static DetectIntentResponseDetectIntentResponse. getDefaultInstance()DetectIntentResponseDetectIntentResponse.Builder. getDefaultInstanceForType()DetectIntentResponseDetectIntentResponse. getDefaultInstanceForType()DetectIntentResponseAutomatedAgentReply.Builder. getDetectIntentResponse()Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.DetectIntentResponseAutomatedAgentReply. getDetectIntentResponse()Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.DetectIntentResponseAutomatedAgentReplyOrBuilder. getDetectIntentResponse()Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.static DetectIntentResponseDetectIntentResponse. parseDelimitedFrom(InputStream input)static DetectIntentResponseDetectIntentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentResponseDetectIntentResponse. parseFrom(byte[] data)static DetectIntentResponseDetectIntentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentResponseDetectIntentResponse. parseFrom(com.google.protobuf.ByteString data)static DetectIntentResponseDetectIntentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentResponseDetectIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DetectIntentResponseDetectIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentResponseDetectIntentResponse. parseFrom(InputStream input)static DetectIntentResponseDetectIntentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DetectIntentResponseDetectIntentResponse. parseFrom(ByteBuffer data)static DetectIntentResponseDetectIntentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 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.v2 with parameters of type DetectIntentResponse Modifier and Type Method Description AutomatedAgentReply.BuilderAutomatedAgentReply.Builder. mergeDetectIntentResponse(DetectIntentResponse value)Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.DetectIntentResponse.BuilderDetectIntentResponse.Builder. mergeFrom(DetectIntentResponse other)static DetectIntentResponse.BuilderDetectIntentResponse. newBuilder(DetectIntentResponse prototype)AutomatedAgentReply.BuilderAutomatedAgentReply.Builder. setDetectIntentResponse(DetectIntentResponse value)Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type DetectIntentResponse Modifier and Type Method Description 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.voidSessionsGrpc.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.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-