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 MatchIntentResponse
MatchIntentResponse.Builder. build()
MatchIntentResponse
MatchIntentResponse.Builder. buildPartial()
static MatchIntentResponse
MatchIntentResponse. getDefaultInstance()
MatchIntentResponse
MatchIntentResponse.Builder. getDefaultInstanceForType()
MatchIntentResponse
MatchIntentResponse. getDefaultInstanceForType()
MatchIntentResponse
SessionsClient. matchIntent(MatchIntentRequest request)
Returns preliminary intent match results, doesn't change the session status.MatchIntentResponse
SessionsGrpc.SessionsBlockingStub. matchIntent(MatchIntentRequest request)
Returns preliminary intent match results, doesn't change the session status.static MatchIntentResponse
MatchIntentResponse. parseDelimitedFrom(InputStream input)
static MatchIntentResponse
MatchIntentResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentResponse
MatchIntentResponse. parseFrom(byte[] data)
static MatchIntentResponse
MatchIntentResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentResponse
MatchIntentResponse. parseFrom(com.google.protobuf.ByteString data)
static MatchIntentResponse
MatchIntentResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentResponse
MatchIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static MatchIntentResponse
MatchIntentResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentResponse
MatchIntentResponse. parseFrom(InputStream input)
static MatchIntentResponse
MatchIntentResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MatchIntentResponse
MatchIntentResponse. parseFrom(ByteBuffer data)
static MatchIntentResponse
MatchIntentResponse. 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.Builder
MatchIntentResponse.Builder. mergeFrom(MatchIntentResponse other)
static MatchIntentResponse.Builder
MatchIntentResponse. newBuilder(MatchIntentResponse prototype)
Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type MatchIntentResponse Modifier and Type Method Description default void
SessionsGrpc.AsyncService. matchIntent(MatchIntentRequest request, io.grpc.stub.StreamObserver<MatchIntentResponse> responseObserver)
Returns preliminary intent match results, doesn't change the session status.void
SessionsGrpc.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.
-