Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
DetectIntentResponse |
DetectIntentResponse.Builder.build() |
DetectIntentResponse |
DetectIntentResponse.Builder.buildPartial() |
DetectIntentResponse |
SessionsGrpc.SessionsBlockingStub.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.
|
DetectIntentResponse |
SessionsClient.detectIntent(SessionName session,
QueryInput queryInput)
Processes a natural language query and returns structured, actionable data as a result.
|
DetectIntentResponse |
SessionsClient.detectIntent(String session,
QueryInput queryInput)
Processes a natural language query and returns structured, actionable data as a result.
|
static DetectIntentResponse |
DetectIntentResponse.getDefaultInstance() |
DetectIntentResponse |
DetectIntentResponse.getDefaultInstanceForType() |
DetectIntentResponse |
DetectIntentResponse.Builder.getDefaultInstanceForType() |
DetectIntentResponse |
AutomatedAgentReply.getDetectIntentResponse()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.
|
DetectIntentResponse |
AutomatedAgentReply.Builder.getDetectIntentResponse()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.
|
DetectIntentResponse |
AutomatedAgentReplyOrBuilder.getDetectIntentResponse()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.
|
static DetectIntentResponse |
DetectIntentResponse.parseDelimitedFrom(InputStream input) |
static DetectIntentResponse |
DetectIntentResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(byte[] data) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(ByteBuffer data) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(ByteString data) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(CodedInputStream input) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(InputStream input) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
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.
|
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<DetectIntentResponse> |
DetectIntentResponse.getParserForType() |
static Parser<DetectIntentResponse> |
DetectIntentResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.mergeDetectIntentResponse(DetectIntentResponse value)
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeFrom(DetectIntentResponse other) |
static DetectIntentResponse.Builder |
DetectIntentResponse.newBuilder(DetectIntentResponse prototype) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setDetectIntentResponse(DetectIntentResponse value)
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] call.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.