Uses of Class
com.google.cloud.dialogflow.cx.v3.MatchIntentResponse
-
Packages that use MatchIntentResponse Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of MatchIntentResponse in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return MatchIntentResponse Modifier and Type Method Description MatchIntentResponseMatchIntentResponse.Builder. build()MatchIntentResponseMatchIntentResponse.Builder. buildPartial()static MatchIntentResponseMatchIntentResponse. getDefaultInstance()MatchIntentResponseMatchIntentResponse.Builder. getDefaultInstanceForType()MatchIntentResponseMatchIntentResponse. getDefaultInstanceForType()MatchIntentResponseSessionsClient. matchIntent(MatchIntentRequest request)Returns preliminary intent match results, doesn't change the session status.MatchIntentResponseSessionsGrpc.SessionsBlockingStub. matchIntent(MatchIntentRequest request)Returns preliminary intent match results, doesn't change the session status.static MatchIntentResponseMatchIntentResponse. parseDelimitedFrom(InputStream input)static MatchIntentResponseMatchIntentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentResponseMatchIntentResponse. parseFrom(byte[] data)static MatchIntentResponseMatchIntentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentResponseMatchIntentResponse. parseFrom(com.google.protobuf.ByteString data)static MatchIntentResponseMatchIntentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentResponseMatchIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input)static MatchIntentResponseMatchIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentResponseMatchIntentResponse. parseFrom(InputStream input)static MatchIntentResponseMatchIntentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchIntentResponseMatchIntentResponse. parseFrom(ByteBuffer data)static MatchIntentResponseMatchIntentResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type MatchIntentResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<MatchIntentRequest,MatchIntentResponse>SessionsGrpc. getMatchIntentMethod()com.google.protobuf.Parser<MatchIntentResponse>MatchIntentResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<MatchIntentResponse>SessionsGrpc.SessionsFutureStub. matchIntent(MatchIntentRequest request)Returns preliminary intent match results, doesn't change the session status.com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse>SessionsClient. matchIntentCallable()Returns preliminary intent match results, doesn't change the session status.com.google.api.gax.rpc.UnaryCallSettings.Builder<MatchIntentRequest,MatchIntentResponse>SessionsSettings.Builder. matchIntentSettings()Returns the builder for the settings used for calls to matchIntent.com.google.api.gax.rpc.UnaryCallSettings<MatchIntentRequest,MatchIntentResponse>SessionsSettings. matchIntentSettings()Returns the object with the settings used for calls to matchIntent.static com.google.protobuf.Parser<MatchIntentResponse>MatchIntentResponse. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type MatchIntentResponse Modifier and Type Method Description MatchIntentResponse.BuilderMatchIntentResponse.Builder. mergeFrom(MatchIntentResponse other)static MatchIntentResponse.BuilderMatchIntentResponse. newBuilder(MatchIntentResponse prototype)Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type MatchIntentResponse Modifier and Type Method Description default voidSessionsGrpc.AsyncService. matchIntent(MatchIntentRequest request, io.grpc.stub.StreamObserver<MatchIntentResponse> responseObserver)Returns preliminary intent match results, doesn't change the session status.voidSessionsGrpc.SessionsStub. matchIntent(MatchIntentRequest request, io.grpc.stub.StreamObserver<MatchIntentResponse> responseObserver)Returns preliminary intent match results, doesn't change the session status. -
Uses of MatchIntentResponse in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type MatchIntentResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse>GrpcSessionsStub. matchIntentCallable()com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse>HttpJsonSessionsStub. matchIntentCallable()com.google.api.gax.rpc.UnaryCallable<MatchIntentRequest,MatchIntentResponse>SessionsStub. matchIntentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<MatchIntentRequest,MatchIntentResponse>SessionsStubSettings.Builder. matchIntentSettings()Returns the builder for the settings used for calls to matchIntent.com.google.api.gax.rpc.UnaryCallSettings<MatchIntentRequest,MatchIntentResponse>SessionsStubSettings. matchIntentSettings()Returns the object with the settings used for calls to matchIntent.
-