| Modifier and Type | Method and Description |
|---|---|
DetectIntentResponse |
DetectIntentResponse.Builder.build() |
DetectIntentResponse |
DetectIntentResponse.Builder.buildPartial() |
static DetectIntentResponse |
DetectIntentResponse.getDefaultInstance() |
DetectIntentResponse |
DetectIntentResponse.getDefaultInstanceForType() |
DetectIntentResponse |
DetectIntentResponse.Builder.getDefaultInstanceForType() |
DetectIntentResponse |
StreamingDetectIntentResponse.getDetectIntentResponse()
The response from detect intent.
|
DetectIntentResponse |
StreamingDetectIntentResponse.Builder.getDetectIntentResponse()
The response from detect intent.
|
DetectIntentResponse |
StreamingDetectIntentResponseOrBuilder.getDetectIntentResponse()
The response from detect intent.
|
DetectIntentResponse |
Conversation.InteractionOrBuilder.getPartialResponses(int index)
The partial responses of the interaction.
|
DetectIntentResponse |
Conversation.Interaction.getPartialResponses(int index)
The partial responses of the interaction.
|
DetectIntentResponse |
Conversation.Interaction.Builder.getPartialResponses(int index)
The partial responses of the interaction.
|
DetectIntentResponse |
Conversation.InteractionOrBuilder.getResponse()
The final response of the interaction.
|
DetectIntentResponse |
Conversation.Interaction.getResponse()
The final response of the interaction.
|
DetectIntentResponse |
Conversation.Interaction.Builder.getResponse()
The final response of the interaction.
|
static DetectIntentResponse |
DetectIntentResponse.parseDelimitedFrom(InputStream input) |
static DetectIntentResponse |
DetectIntentResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(byte[] data) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(ByteBuffer data) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(com.google.protobuf.ByteString data) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(InputStream input) |
static DetectIntentResponse |
DetectIntentResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DetectIntentResponse> |
DetectIntentResponse.getParserForType() |
List<DetectIntentResponse> |
Conversation.InteractionOrBuilder.getPartialResponsesList()
The partial responses of the interaction.
|
List<DetectIntentResponse> |
Conversation.Interaction.getPartialResponsesList()
The partial responses of the interaction.
|
List<DetectIntentResponse> |
Conversation.Interaction.Builder.getPartialResponsesList()
The partial responses of the interaction.
|
static com.google.protobuf.Parser<DetectIntentResponse> |
DetectIntentResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
Conversation.Interaction.Builder |
Conversation.Interaction.Builder.addPartialResponses(DetectIntentResponse value)
The partial responses of the interaction.
|
Conversation.Interaction.Builder |
Conversation.Interaction.Builder.addPartialResponses(int index,
DetectIntentResponse value)
The partial responses of the interaction.
|
StreamingDetectIntentResponse.Builder |
StreamingDetectIntentResponse.Builder.mergeDetectIntentResponse(DetectIntentResponse value)
The response from detect intent.
|
DetectIntentResponse.Builder |
DetectIntentResponse.Builder.mergeFrom(DetectIntentResponse other) |
Conversation.Interaction.Builder |
Conversation.Interaction.Builder.mergeResponse(DetectIntentResponse value)
The final response of the interaction.
|
static DetectIntentResponse.Builder |
DetectIntentResponse.newBuilder(DetectIntentResponse prototype) |
StreamingDetectIntentResponse.Builder |
StreamingDetectIntentResponse.Builder.setDetectIntentResponse(DetectIntentResponse value)
The response from detect intent.
|
Conversation.Interaction.Builder |
Conversation.Interaction.Builder.setPartialResponses(int index,
DetectIntentResponse value)
The partial responses of the interaction.
|
Conversation.Interaction.Builder |
Conversation.Interaction.Builder.setResponse(DetectIntentResponse value)
The final response of the interaction.
|
| Modifier and Type | Method and Description |
|---|---|
Conversation.Interaction.Builder |
Conversation.Interaction.Builder.addAllPartialResponses(Iterable<? extends DetectIntentResponse> values)
The partial responses of the interaction.
|
Copyright © 2025 Google LLC. All rights reserved.