Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ResponseMessage
-
Packages that use ResponseMessage Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of ResponseMessage in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ResponseMessage Modifier and Type Method Description ResponseMessage
ResponseMessage.Builder. build()
ResponseMessage
ResponseMessage.Builder. buildPartial()
static ResponseMessage
ResponseMessage. getDefaultInstance()
ResponseMessage
ResponseMessage.Builder. getDefaultInstanceForType()
ResponseMessage
ResponseMessage. getDefaultInstanceForType()
ResponseMessage
Fulfillment.ConditionalCases.Case.CaseContent.Builder. getMessage()
Returned message.ResponseMessage
Fulfillment.ConditionalCases.Case.CaseContent. getMessage()
Returned message.ResponseMessage
Fulfillment.ConditionalCases.Case.CaseContentOrBuilder. getMessage()
Returned message.ResponseMessage
Fulfillment.Builder. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
Fulfillment. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
FulfillmentOrBuilder. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
WebhookRequest.Builder. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
WebhookRequest. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
WebhookRequestOrBuilder. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
WebhookResponse.FulfillmentResponse.Builder. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
WebhookResponse.FulfillmentResponse. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
WebhookResponse.FulfillmentResponseOrBuilder. getMessages(int index)
The list of rich message responses to present to the user.ResponseMessage
QueryResult.Builder. getResponseMessages(int index)
The list of rich messages returned to the client.ResponseMessage
QueryResult. getResponseMessages(int index)
The list of rich messages returned to the client.ResponseMessage
QueryResultOrBuilder. getResponseMessages(int index)
The list of rich messages returned to the client.static ResponseMessage
ResponseMessage. parseDelimitedFrom(InputStream input)
static ResponseMessage
ResponseMessage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseMessage
ResponseMessage. parseFrom(byte[] data)
static ResponseMessage
ResponseMessage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseMessage
ResponseMessage. parseFrom(com.google.protobuf.ByteString data)
static ResponseMessage
ResponseMessage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseMessage
ResponseMessage. parseFrom(com.google.protobuf.CodedInputStream input)
static ResponseMessage
ResponseMessage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseMessage
ResponseMessage. parseFrom(InputStream input)
static ResponseMessage
ResponseMessage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResponseMessage
ResponseMessage. parseFrom(ByteBuffer data)
static ResponseMessage
ResponseMessage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type ResponseMessage Modifier and Type Method Description List<ResponseMessage>
Fulfillment.Builder. getMessagesList()
The list of rich message responses to present to the user.List<ResponseMessage>
Fulfillment. getMessagesList()
The list of rich message responses to present to the user.List<ResponseMessage>
FulfillmentOrBuilder. getMessagesList()
The list of rich message responses to present to the user.List<ResponseMessage>
WebhookRequest.Builder. getMessagesList()
The list of rich message responses to present to the user.List<ResponseMessage>
WebhookRequest. getMessagesList()
The list of rich message responses to present to the user.List<ResponseMessage>
WebhookRequestOrBuilder. getMessagesList()
The list of rich message responses to present to the user.List<ResponseMessage>
WebhookResponse.FulfillmentResponse.Builder. getMessagesList()
The list of rich message responses to present to the user.List<ResponseMessage>
WebhookResponse.FulfillmentResponse. getMessagesList()
The list of rich message responses to present to the user.List<ResponseMessage>
WebhookResponse.FulfillmentResponseOrBuilder. getMessagesList()
The list of rich message responses to present to the user.com.google.protobuf.Parser<ResponseMessage>
ResponseMessage. getParserForType()
List<ResponseMessage>
QueryResult.Builder. getResponseMessagesList()
The list of rich messages returned to the client.List<ResponseMessage>
QueryResult. getResponseMessagesList()
The list of rich messages returned to the client.List<ResponseMessage>
QueryResultOrBuilder. getResponseMessagesList()
The list of rich messages returned to the client.static com.google.protobuf.Parser<ResponseMessage>
ResponseMessage. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type ResponseMessage Modifier and Type Method Description Fulfillment.Builder
Fulfillment.Builder. addMessages(int index, ResponseMessage value)
The list of rich message responses to present to the user.Fulfillment.Builder
Fulfillment.Builder. addMessages(ResponseMessage value)
The list of rich message responses to present to the user.WebhookRequest.Builder
WebhookRequest.Builder. addMessages(int index, ResponseMessage value)
The list of rich message responses to present to the user.WebhookRequest.Builder
WebhookRequest.Builder. addMessages(ResponseMessage value)
The list of rich message responses to present to the user.WebhookResponse.FulfillmentResponse.Builder
WebhookResponse.FulfillmentResponse.Builder. addMessages(int index, ResponseMessage value)
The list of rich message responses to present to the user.WebhookResponse.FulfillmentResponse.Builder
WebhookResponse.FulfillmentResponse.Builder. addMessages(ResponseMessage value)
The list of rich message responses to present to the user.QueryResult.Builder
QueryResult.Builder. addResponseMessages(int index, ResponseMessage value)
The list of rich messages returned to the client.QueryResult.Builder
QueryResult.Builder. addResponseMessages(ResponseMessage value)
The list of rich messages returned to the client.ResponseMessage.Builder
ResponseMessage.Builder. mergeFrom(ResponseMessage other)
Fulfillment.ConditionalCases.Case.CaseContent.Builder
Fulfillment.ConditionalCases.Case.CaseContent.Builder. mergeMessage(ResponseMessage value)
Returned message.static ResponseMessage.Builder
ResponseMessage. newBuilder(ResponseMessage prototype)
Fulfillment.ConditionalCases.Case.CaseContent.Builder
Fulfillment.ConditionalCases.Case.CaseContent.Builder. setMessage(ResponseMessage value)
Returned message.Fulfillment.Builder
Fulfillment.Builder. setMessages(int index, ResponseMessage value)
The list of rich message responses to present to the user.WebhookRequest.Builder
WebhookRequest.Builder. setMessages(int index, ResponseMessage value)
The list of rich message responses to present to the user.WebhookResponse.FulfillmentResponse.Builder
WebhookResponse.FulfillmentResponse.Builder. setMessages(int index, ResponseMessage value)
The list of rich message responses to present to the user.QueryResult.Builder
QueryResult.Builder. setResponseMessages(int index, ResponseMessage value)
The list of rich messages returned to the client.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type ResponseMessage Modifier and Type Method Description Fulfillment.Builder
Fulfillment.Builder. addAllMessages(Iterable<? extends ResponseMessage> values)
The list of rich message responses to present to the user.WebhookRequest.Builder
WebhookRequest.Builder. addAllMessages(Iterable<? extends ResponseMessage> values)
The list of rich message responses to present to the user.WebhookResponse.FulfillmentResponse.Builder
WebhookResponse.FulfillmentResponse.Builder. addAllMessages(Iterable<? extends ResponseMessage> values)
The list of rich message responses to present to the user.QueryResult.Builder
QueryResult.Builder. addAllResponseMessages(Iterable<? extends ResponseMessage> values)
The list of rich messages returned to the client.
-