Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetIntentRequest,Intent> |
IntentsGrpc.getGetIntentMethod() |
UnaryCallable<GetIntentRequest,Intent> |
IntentsClient.getIntentCallable()
Retrieves the specified intent.
|
UnaryCallSettings<GetIntentRequest,Intent> |
IntentsSettings.getIntentSettings()
Returns the object with the settings used for calls to getIntent.
|
UnaryCallSettings.Builder<GetIntentRequest,Intent> |
IntentsSettings.Builder.getIntentSettings()
Returns the builder for the settings used for calls to getIntent.
|
Parser<GetIntentRequest> |
GetIntentRequest.getParserForType() |
static Parser<GetIntentRequest> |
GetIntentRequest.parser() |
Modifier and Type | Method and Description |
---|---|
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.
|
Intent |
IntentsClient.getIntent(GetIntentRequest request)
Retrieves the specified intent.
|
void |
IntentsGrpc.IntentsImplBase.getIntent(GetIntentRequest request,
StreamObserver<Intent> responseObserver)
Retrieves the specified intent.
|
void |
IntentsGrpc.IntentsStub.getIntent(GetIntentRequest request,
StreamObserver<Intent> responseObserver)
Retrieves the specified intent.
|
GetIntentRequest.Builder |
GetIntentRequest.Builder.mergeFrom(GetIntentRequest other) |
static GetIntentRequest.Builder |
GetIntentRequest.newBuilder(GetIntentRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetIntentRequest,Intent> |
HttpJsonIntentsStub.getIntentCallable() |
UnaryCallable<GetIntentRequest,Intent> |
GrpcIntentsStub.getIntentCallable() |
UnaryCallable<GetIntentRequest,Intent> |
IntentsStub.getIntentCallable() |
UnaryCallSettings<GetIntentRequest,Intent> |
IntentsStubSettings.getIntentSettings()
Returns the object with the settings used for calls to getIntent.
|
UnaryCallSettings.Builder<GetIntentRequest,Intent> |
IntentsStubSettings.Builder.getIntentSettings()
Returns the builder for the settings used for calls to getIntent.
|
Copyright © 2022 Google LLC. All rights reserved.