Uses of Class
com.google.cloud.dialogflow.cx.v3.GetIntentRequest
-
Packages that use GetIntentRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of GetIntentRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return GetIntentRequest Modifier and Type Method Description GetIntentRequestGetIntentRequest.Builder. build()GetIntentRequestGetIntentRequest.Builder. buildPartial()static GetIntentRequestGetIntentRequest. getDefaultInstance()GetIntentRequestGetIntentRequest.Builder. getDefaultInstanceForType()GetIntentRequestGetIntentRequest. getDefaultInstanceForType()static GetIntentRequestGetIntentRequest. parseDelimitedFrom(InputStream input)static GetIntentRequestGetIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIntentRequestGetIntentRequest. parseFrom(byte[] data)static GetIntentRequestGetIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIntentRequestGetIntentRequest. parseFrom(com.google.protobuf.ByteString data)static GetIntentRequestGetIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIntentRequestGetIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetIntentRequestGetIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIntentRequestGetIntentRequest. parseFrom(InputStream input)static GetIntentRequestGetIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIntentRequestGetIntentRequest. parseFrom(ByteBuffer data)static GetIntentRequestGetIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type GetIntentRequest Modifier and Type Method Description IntentIntentsClient. getIntent(GetIntentRequest request)Retrieves the specified intent.default voidIntentsGrpc.AsyncService. getIntent(GetIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Retrieves the specified intent.IntentIntentsGrpc.IntentsBlockingStub. getIntent(GetIntentRequest request)Retrieves the specified intent.com.google.common.util.concurrent.ListenableFuture<Intent>IntentsGrpc.IntentsFutureStub. getIntent(GetIntentRequest request)Retrieves the specified intent.voidIntentsGrpc.IntentsStub. getIntent(GetIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Retrieves the specified intent.GetIntentRequest.BuilderGetIntentRequest.Builder. mergeFrom(GetIntentRequest other)static GetIntentRequest.BuilderGetIntentRequest. newBuilder(GetIntentRequest prototype) -
Uses of GetIntentRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.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.
-