Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
ResponseMessage.Builder |
ResponseMessage.Builder.addRepeatedField(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(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(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(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ResponseMessage.Builder |
ResponseMessage.Builder.mergeFrom(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(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(UnknownFieldSet unknownFields) |
static ResponseMessage.Builder |
ResponseMessage.newBuilder() |
static ResponseMessage.Builder |
ResponseMessage.newBuilder(ResponseMessage prototype) |
ResponseMessage.Builder |
ResponseMessage.newBuilderForType() |
protected ResponseMessage.Builder |
ResponseMessage.newBuilderForType(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(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(Struct.Builder builderForValue)
Returns a response containing a custom, platform-specific payload.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setPayload(Struct value)
Returns a response containing a custom, platform-specific payload.
|
ResponseMessage.Builder |
ResponseMessage.Builder.setRepeatedField(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(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 © 2022 Google LLC. All rights reserved.