Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest
-
Packages that use GetIntentRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of GetIntentRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GetIntentRequest Modifier and Type Method Description GetIntentRequest
GetIntentRequest.Builder. build()
GetIntentRequest
GetIntentRequest.Builder. buildPartial()
static GetIntentRequest
GetIntentRequest. getDefaultInstance()
GetIntentRequest
GetIntentRequest.Builder. getDefaultInstanceForType()
GetIntentRequest
GetIntentRequest. getDefaultInstanceForType()
static GetIntentRequest
GetIntentRequest. parseDelimitedFrom(InputStream input)
static GetIntentRequest
GetIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIntentRequest
GetIntentRequest. parseFrom(byte[] data)
static GetIntentRequest
GetIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIntentRequest
GetIntentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetIntentRequest
GetIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIntentRequest
GetIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetIntentRequest
GetIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIntentRequest
GetIntentRequest. parseFrom(InputStream input)
static GetIntentRequest
GetIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIntentRequest
GetIntentRequest. parseFrom(ByteBuffer data)
static GetIntentRequest
GetIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type GetIntentRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetIntentRequest,Intent>
IntentsGrpc. getGetIntentMethod()
com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>
IntentsClient. getIntentCallable()
Retrieves the specified intent.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIntentRequest,Intent>
IntentsSettings.Builder. getIntentSettings()
Returns the builder for the settings used for calls to getIntent.com.google.api.gax.rpc.UnaryCallSettings<GetIntentRequest,Intent>
IntentsSettings. getIntentSettings()
Returns the object with the settings used for calls to getIntent.com.google.protobuf.Parser<GetIntentRequest>
GetIntentRequest. getParserForType()
static com.google.protobuf.Parser<GetIntentRequest>
GetIntentRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type GetIntentRequest Modifier and Type Method Description Intent
IntentsClient. getIntent(GetIntentRequest request)
Retrieves the specified intent.default void
IntentsGrpc.AsyncService. getIntent(GetIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Retrieves the specified intent.Intent
IntentsGrpc.IntentsBlockingStub. getIntent(GetIntentRequest request)
Retrieves the specified intent.com.google.common.util.concurrent.ListenableFuture<Intent>
IntentsGrpc.IntentsFutureStub. getIntent(GetIntentRequest request)
Retrieves the specified intent.void
IntentsGrpc.IntentsStub. getIntent(GetIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Retrieves the specified intent.GetIntentRequest.Builder
GetIntentRequest.Builder. mergeFrom(GetIntentRequest other)
static GetIntentRequest.Builder
GetIntentRequest. newBuilder(GetIntentRequest prototype)
-
Uses of GetIntentRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type GetIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>
GrpcIntentsStub. getIntentCallable()
com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>
HttpJsonIntentsStub. getIntentCallable()
com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>
IntentsStub. getIntentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIntentRequest,Intent>
IntentsStubSettings.Builder. getIntentSettings()
Returns the builder for the settings used for calls to getIntent.com.google.api.gax.rpc.UnaryCallSettings<GetIntentRequest,Intent>
IntentsStubSettings. getIntentSettings()
Returns the object with the settings used for calls to getIntent.
-