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