Uses of Interface
com.google.cloud.dialogflow.cx.v3.ResponseMessageOrBuilder
-
Packages that use ResponseMessageOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ResponseMessageOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement ResponseMessageOrBuilder Modifier and Type Class Description class
ResponseMessage
Represents a response message that can be returned by a conversational agent.static class
ResponseMessage.Builder
Represents a response message that can be returned by a conversational agent.Methods in com.google.cloud.dialogflow.cx.v3 that return ResponseMessageOrBuilder Modifier and Type Method Description ResponseMessageOrBuilder
Fulfillment.ConditionalCases.Case.CaseContent.Builder. getMessageOrBuilder()
Returned message.ResponseMessageOrBuilder
Fulfillment.ConditionalCases.Case.CaseContent. getMessageOrBuilder()
Returned message.ResponseMessageOrBuilder
Fulfillment.ConditionalCases.Case.CaseContentOrBuilder. getMessageOrBuilder()
Returned message.ResponseMessageOrBuilder
Fulfillment.Builder. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
Fulfillment. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
FulfillmentOrBuilder. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
WebhookRequest.Builder. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
WebhookRequest. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
WebhookRequestOrBuilder. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
WebhookResponse.FulfillmentResponse.Builder. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
WebhookResponse.FulfillmentResponse. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
WebhookResponse.FulfillmentResponseOrBuilder. getMessagesOrBuilder(int index)
The list of rich message responses to present to the user.ResponseMessageOrBuilder
QueryResult.Builder. getResponseMessagesOrBuilder(int index)
The list of rich messages returned to the client.ResponseMessageOrBuilder
QueryResult. getResponseMessagesOrBuilder(int index)
The list of rich messages returned to the client.ResponseMessageOrBuilder
QueryResultOrBuilder. getResponseMessagesOrBuilder(int index)
The list of rich messages returned to the client.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ResponseMessageOrBuilder Modifier and Type Method Description List<? extends ResponseMessageOrBuilder>
Fulfillment.Builder. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
Fulfillment. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
FulfillmentOrBuilder. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
WebhookRequest.Builder. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
WebhookRequest. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
WebhookRequestOrBuilder. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
WebhookResponse.FulfillmentResponse.Builder. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
WebhookResponse.FulfillmentResponse. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
WebhookResponse.FulfillmentResponseOrBuilder. getMessagesOrBuilderList()
The list of rich message responses to present to the user.List<? extends ResponseMessageOrBuilder>
QueryResult.Builder. getResponseMessagesOrBuilderList()
The list of rich messages returned to the client.List<? extends ResponseMessageOrBuilder>
QueryResult. getResponseMessagesOrBuilderList()
The list of rich messages returned to the client.List<? extends ResponseMessageOrBuilder>
QueryResultOrBuilder. getResponseMessagesOrBuilderList()
The list of rich messages returned to the client.
-