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<DetectIntentRequest,DetectIntentResponse> |
SessionsClient.detectIntentCallable()
Processes a natural language query and returns structured, actionable data as a result.
|
UnaryCallSettings<DetectIntentRequest,DetectIntentResponse> |
SessionsSettings.detectIntentSettings()
Returns the object with the settings used for calls to detectIntent.
|
UnaryCallSettings.Builder<DetectIntentRequest,DetectIntentResponse> |
SessionsSettings.Builder.detectIntentSettings()
Returns the builder for the settings used for calls to detectIntent.
|
static MethodDescriptor<DetectIntentRequest,DetectIntentResponse> |
SessionsGrpc.getDetectIntentMethod() |
Parser<DetectIntentRequest> |
DetectIntentRequest.getParserForType() |
static Parser<DetectIntentRequest> |
DetectIntentRequest.parser() |
Modifier and Type | Method and Description |
---|---|
DetectIntentResponse |
SessionsGrpc.SessionsBlockingStub.detectIntent(DetectIntentRequest request)
Processes a natural language query and returns structured, actionable data
as a result.
|
com.google.common.util.concurrent.ListenableFuture<DetectIntentResponse> |
SessionsGrpc.SessionsFutureStub.detectIntent(DetectIntentRequest request)
Processes a natural language query and returns structured, actionable data
as a result.
|
DetectIntentResponse |
SessionsClient.detectIntent(DetectIntentRequest request)
Processes a natural language query and returns structured, actionable data as a result.
|
void |
SessionsGrpc.SessionsImplBase.detectIntent(DetectIntentRequest request,
StreamObserver<DetectIntentResponse> responseObserver)
Processes a natural language query and returns structured, actionable data
as a result.
|
void |
SessionsGrpc.SessionsStub.detectIntent(DetectIntentRequest request,
StreamObserver<DetectIntentResponse> responseObserver)
Processes a natural language query and returns structured, actionable data
as a result.
|
DetectIntentRequest.Builder |
DetectIntentRequest.Builder.mergeFrom(DetectIntentRequest other) |
static DetectIntentRequest.Builder |
DetectIntentRequest.newBuilder(DetectIntentRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DetectIntentRequest,DetectIntentResponse> |
HttpJsonSessionsStub.detectIntentCallable() |
UnaryCallable<DetectIntentRequest,DetectIntentResponse> |
SessionsStub.detectIntentCallable() |
UnaryCallable<DetectIntentRequest,DetectIntentResponse> |
GrpcSessionsStub.detectIntentCallable() |
UnaryCallSettings<DetectIntentRequest,DetectIntentResponse> |
SessionsStubSettings.detectIntentSettings()
Returns the object with the settings used for calls to detectIntent.
|
UnaryCallSettings.Builder<DetectIntentRequest,DetectIntentResponse> |
SessionsStubSettings.Builder.detectIntentSettings()
Returns the builder for the settings used for calls to detectIntent.
|
Copyright © 2022 Google LLC. All rights reserved.