| Modifier and Type | Method and Description |
|---|---|
QueryResult |
QueryResult.Builder.build() |
QueryResult |
QueryResult.Builder.buildPartial() |
static QueryResult |
QueryResult.getDefaultInstance() |
QueryResult |
QueryResult.getDefaultInstanceForType() |
QueryResult |
QueryResult.Builder.getDefaultInstanceForType() |
QueryResult |
DetectIntentResponseOrBuilder.getQueryResult()
The result of the conversational query.
|
QueryResult |
FulfillIntentResponseOrBuilder.getQueryResult()
The result of the conversational query.
|
QueryResult |
FulfillIntentResponse.getQueryResult()
The result of the conversational query.
|
QueryResult |
FulfillIntentResponse.Builder.getQueryResult()
The result of the conversational query.
|
QueryResult |
DetectIntentResponse.getQueryResult()
The result of the conversational query.
|
QueryResult |
DetectIntentResponse.Builder.getQueryResult()
The result of the conversational query.
|
static QueryResult |
QueryResult.parseDelimitedFrom(InputStream input) |
static QueryResult |
QueryResult.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResult |
QueryResult.parseFrom(byte[] data) |
static QueryResult |
QueryResult.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResult |
QueryResult.parseFrom(ByteBuffer data) |
static QueryResult |
QueryResult.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResult |
QueryResult.parseFrom(com.google.protobuf.ByteString data) |
static QueryResult |
QueryResult.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResult |
QueryResult.parseFrom(com.google.protobuf.CodedInputStream input) |
static QueryResult |
QueryResult.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryResult |
QueryResult.parseFrom(InputStream input) |
static QueryResult |
QueryResult.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<QueryResult> |
QueryResult.getParserForType() |
static com.google.protobuf.Parser<QueryResult> |
QueryResult.parser() |
| Modifier and Type | Method and Description |
|---|---|
QueryResult.Builder |
QueryResult.Builder.mergeFrom(QueryResult other) |
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.mergeQueryResult(QueryResult value)
The result of the conversational query.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeQueryResult(QueryResult value)
The result of the conversational query.
|
static QueryResult.Builder |
QueryResult.newBuilder(QueryResult prototype) |
FulfillIntentResponse.Builder |
FulfillIntentResponse.Builder.setQueryResult(QueryResult value)
The result of the conversational query.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.setQueryResult(QueryResult value)
The result of the conversational query.
|
Copyright © 2022 Google LLC. All rights reserved.