Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateIntentRequest,Intent> |
IntentsClient.createIntentCallable()
Creates an intent in the specified agent.
|
UnaryCallSettings<CreateIntentRequest,Intent> |
IntentsSettings.createIntentSettings()
Returns the object with the settings used for calls to createIntent.
|
UnaryCallSettings.Builder<CreateIntentRequest,Intent> |
IntentsSettings.Builder.createIntentSettings()
Returns the builder for the settings used for calls to createIntent.
|
static MethodDescriptor<CreateIntentRequest,Intent> |
IntentsGrpc.getCreateIntentMethod() |
Parser<CreateIntentRequest> |
CreateIntentRequest.getParserForType() |
static Parser<CreateIntentRequest> |
CreateIntentRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Intent |
IntentsGrpc.IntentsBlockingStub.createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.
|
com.google.common.util.concurrent.ListenableFuture<Intent> |
IntentsGrpc.IntentsFutureStub.createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.
|
Intent |
IntentsClient.createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.
|
void |
IntentsGrpc.IntentsImplBase.createIntent(CreateIntentRequest request,
StreamObserver<Intent> responseObserver)
Creates an intent in the specified agent.
|
void |
IntentsGrpc.IntentsStub.createIntent(CreateIntentRequest request,
StreamObserver<Intent> responseObserver)
Creates an intent in the specified agent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.mergeFrom(CreateIntentRequest other) |
static CreateIntentRequest.Builder |
CreateIntentRequest.newBuilder(CreateIntentRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateIntentRequest,Intent> |
HttpJsonIntentsStub.createIntentCallable() |
UnaryCallable<CreateIntentRequest,Intent> |
GrpcIntentsStub.createIntentCallable() |
UnaryCallable<CreateIntentRequest,Intent> |
IntentsStub.createIntentCallable() |
UnaryCallSettings<CreateIntentRequest,Intent> |
IntentsStubSettings.createIntentSettings()
Returns the object with the settings used for calls to createIntent.
|
UnaryCallSettings.Builder<CreateIntentRequest,Intent> |
IntentsStubSettings.Builder.createIntentSettings()
Returns the builder for the settings used for calls to createIntent.
|
Copyright © 2022 Google LLC. All rights reserved.