| Modifier and Type | Method and Description |
|---|---|
ResponseMessage.Builder |
ResponseMessage.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ResponseMessage.Builder |
AutomatedAgentReply.Builder.addResponseMessagesBuilder()
Response messages from the automated agent.
|
ResponseMessage.Builder |
AutomatedAgentReply.Builder.addResponseMessagesBuilder(int index)
Response messages from the automated agent.
|
ResponseMessage.Builder |
ResponseMessage.Builder.clear() |
ResponseMessage.Builder |
ResponseMessage.Builder.clearEndInteraction()
A signal that indicates the interaction with the Dialogflow agent has
ended.
|
ResponseMessage.Builder |
ResponseMessage.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ResponseMessage.Builder |
ResponseMessage.Builder.clearLiveAgentHandoff()
Hands off conversation to a live agent.
|
ResponseMessage.Builder |
ResponseMessage.Builder.clearMessage() |
ResponseMessage.Builder |
ResponseMessage.Builder.clearMixedAudio()
An audio response message composed of both the synthesized Dialogflow
agent responses and the audios hosted in places known to the client.
|
ResponseMessage.Builder |
ResponseMessage.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ResponseMessage.Builder |
ResponseMessage.Builder.clearPayload()
Returns a response containing a custom, platform-specific payload.
|
ResponseMessage.Builder |
ResponseMessage.Builder.clearTelephonyTransferCall()
A signal that the client should transfer the phone call connected to
this agent to a third-party endpoint.
|
ResponseMessage.Builder |
ResponseMessage.Builder.clearText()
Returns a text response.
|
ResponseMessage.Builder |
ResponseMessage.Builder.clone() |
ResponseMessage.Builder |
AutomatedAgentReply.Builder.getResponseMessagesBuilder(int index)
Response messages from the automated agent.
|
ResponseMessage.Builder |
ResponseMessage.Builder.mergeEndInteraction(ResponseMessage.EndInteraction value)
A signal that indicates the interaction with the Dialogflow agent has
ended.
|
ResponseMessage.Builder |
ResponseMessage.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ResponseMessage.Builder |
ResponseMessage.Builder.mergeFrom(com.google.protobuf.Message other) |
ResponseMessage.Builder |
ResponseMessage.Builder.mergeFrom(ResponseMessage other) |
ResponseMessage.Builder |
ResponseMessage.Builder.mergeLiveAgentHandoff(ResponseMessage.LiveAgentHandoff value)
Hands off conversation to a live agent.
|
ResponseMessage.Builder |
ResponseMessage.Builder.mergeMixedAudio(ResponseMessage.MixedAudio value)
An audio response message composed of both the synthesized Dialogflow
agent responses and the audios hosted in places known to the client.
|
ResponseMessage.Builder |
ResponseMessage.Builder.mergePayload(com.google.protobuf.Struct value)
Returns a response containing a custom, platform-specific payload.
|
ResponseMessage.Builder |
ResponseMessage.Builder.mergeTelephonyTransferCall(ResponseMessage.TelephonyTransferCall value)
A signal that the client should transfer the phone call connected to
this agent to a third-party endpoint.
|
ResponseMessage.Builder |
ResponseMessage.Builder.mergeText(ResponseMessage.Text value)
Returns a text response.
|
ResponseMessage.Builder |
ResponseMessage.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ResponseMessage.Builder |
ResponseMessage.newBuilder() |
static ResponseMessage.Builder |
ResponseMessage.newBuilder(ResponseMessage prototype) |
ResponseMessage.Builder |
ResponseMessage.newBuilderForType() |
protected ResponseMessage.Builder |
ResponseMessage.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ResponseMessage.Builder |
ResponseMessage.Builder.setEndInteraction(ResponseMessage.EndInteraction.Builder builderForValue)
A signal that indicates the interaction with the Dialogflow agent has
ended.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setEndInteraction(ResponseMessage.EndInteraction value)
A signal that indicates the interaction with the Dialogflow agent has
ended.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ResponseMessage.Builder |
ResponseMessage.Builder.setLiveAgentHandoff(ResponseMessage.LiveAgentHandoff.Builder builderForValue)
Hands off conversation to a live agent.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setLiveAgentHandoff(ResponseMessage.LiveAgentHandoff value)
Hands off conversation to a live agent.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setMixedAudio(ResponseMessage.MixedAudio.Builder builderForValue)
An audio response message composed of both the synthesized Dialogflow
agent responses and the audios hosted in places known to the client.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setMixedAudio(ResponseMessage.MixedAudio value)
An audio response message composed of both the synthesized Dialogflow
agent responses and the audios hosted in places known to the client.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setPayload(com.google.protobuf.Struct.Builder builderForValue)
Returns a response containing a custom, platform-specific payload.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setPayload(com.google.protobuf.Struct value)
Returns a response containing a custom, platform-specific payload.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ResponseMessage.Builder |
ResponseMessage.Builder.setTelephonyTransferCall(ResponseMessage.TelephonyTransferCall.Builder builderForValue)
A signal that the client should transfer the phone call connected to
this agent to a third-party endpoint.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setTelephonyTransferCall(ResponseMessage.TelephonyTransferCall value)
A signal that the client should transfer the phone call connected to
this agent to a third-party endpoint.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setText(ResponseMessage.Text.Builder builderForValue)
Returns a text response.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setText(ResponseMessage.Text value)
Returns a text response.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ResponseMessage.Builder |
ResponseMessage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseMessage.Builder> |
AutomatedAgentReply.Builder.getResponseMessagesBuilderList()
Response messages from the automated agent.
|
| Modifier and Type | Method and Description |
|---|---|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.addResponseMessages(int index,
ResponseMessage.Builder builderForValue)
Response messages from the automated agent.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.addResponseMessages(ResponseMessage.Builder builderForValue)
Response messages from the automated agent.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setResponseMessages(int index,
ResponseMessage.Builder builderForValue)
Response messages from the automated agent.
|
Copyright © 2023 Google LLC. All rights reserved.