| Modifier and Type | Method and Description |
|---|---|
WebhookRequest.Builder |
WebhookRequest.Builder.addAllMessages(Iterable<? extends ResponseMessage> values)
The list of rich message responses to present to the user.
|
WebhookRequest.Builder |
WebhookRequest.Builder.addMessages(int index,
ResponseMessage.Builder builderForValue)
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.Builder builderForValue)
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.
|
WebhookRequest.Builder |
WebhookRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WebhookRequest.Builder |
WebhookRequest.Builder.clear() |
WebhookRequest.Builder |
WebhookRequest.Builder.clearDetectIntentResponseId()
Always present.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
WebhookRequest.Builder |
WebhookRequest.Builder.clearFulfillmentInfo()
Always present.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearIntentInfo()
Information about the last matched intent.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearLanguageCode()
The language code specified in the [original
request][QueryInput.language_code].
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearMessages()
The list of rich message responses to present to the user.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WebhookRequest.Builder |
WebhookRequest.Builder.clearPageInfo()
Information about page status.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearPayload()
Custom data set in [QueryParameters.payload][google.cloud.dialogflow.cx.v3.QueryParameters.payload].
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearQuery() |
WebhookRequest.Builder |
WebhookRequest.Builder.clearSentimentAnalysisResult()
The sentiment analysis result of the current user request.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearSessionInfo()
Information about session status.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearText()
If [natural language text][google.cloud.dialogflow.cx.v3.TextInput] was provided as input, this field
will contain a copy of the text.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearTranscript()
If [natural language speech audio][google.cloud.dialogflow.cx.v3.AudioInput] was provided as input,
this field will contain the transcript for the audio.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearTriggerEvent()
If an [event][google.cloud.dialogflow.cx.v3.EventInput] was provided as input, this field will contain
the name of the event.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clearTriggerIntent()
If an [intent][google.cloud.dialogflow.cx.v3.IntentInput] was provided as input, this field will
contain a copy of the intent identifier.
|
WebhookRequest.Builder |
WebhookRequest.Builder.clone() |
WebhookRequest.Builder |
WebhookRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WebhookRequest.Builder |
WebhookRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
WebhookRequest.Builder |
WebhookRequest.Builder.mergeFrom(WebhookRequest other) |
WebhookRequest.Builder |
WebhookRequest.Builder.mergeFulfillmentInfo(WebhookRequest.FulfillmentInfo value)
Always present.
|
WebhookRequest.Builder |
WebhookRequest.Builder.mergeIntentInfo(WebhookRequest.IntentInfo value)
Information about the last matched intent.
|
WebhookRequest.Builder |
WebhookRequest.Builder.mergePageInfo(PageInfo value)
Information about page status.
|
WebhookRequest.Builder |
WebhookRequest.Builder.mergePayload(com.google.protobuf.Struct value)
Custom data set in [QueryParameters.payload][google.cloud.dialogflow.cx.v3.QueryParameters.payload].
|
WebhookRequest.Builder |
WebhookRequest.Builder.mergeSentimentAnalysisResult(WebhookRequest.SentimentAnalysisResult value)
The sentiment analysis result of the current user request.
|
WebhookRequest.Builder |
WebhookRequest.Builder.mergeSessionInfo(SessionInfo value)
Information about session status.
|
WebhookRequest.Builder |
WebhookRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static WebhookRequest.Builder |
WebhookRequest.newBuilder() |
static WebhookRequest.Builder |
WebhookRequest.newBuilder(WebhookRequest prototype) |
WebhookRequest.Builder |
WebhookRequest.newBuilderForType() |
protected WebhookRequest.Builder |
WebhookRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
WebhookRequest.Builder |
WebhookRequest.Builder.removeMessages(int index)
The list of rich message responses to present to the user.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setDetectIntentResponseId(String value)
Always present.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setDetectIntentResponseIdBytes(com.google.protobuf.ByteString value)
Always present.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WebhookRequest.Builder |
WebhookRequest.Builder.setFulfillmentInfo(WebhookRequest.FulfillmentInfo.Builder builderForValue)
Always present.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setFulfillmentInfo(WebhookRequest.FulfillmentInfo value)
Always present.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setIntentInfo(WebhookRequest.IntentInfo.Builder builderForValue)
Information about the last matched intent.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setIntentInfo(WebhookRequest.IntentInfo value)
Information about the last matched intent.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setLanguageCode(String value)
The language code specified in the [original
request][QueryInput.language_code].
|
WebhookRequest.Builder |
WebhookRequest.Builder.setLanguageCodeBytes(com.google.protobuf.ByteString value)
The language code specified in the [original
request][QueryInput.language_code].
|
WebhookRequest.Builder |
WebhookRequest.Builder.setMessages(int index,
ResponseMessage.Builder builderForValue)
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.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setPageInfo(PageInfo.Builder builderForValue)
Information about page status.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setPageInfo(PageInfo value)
Information about page status.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setPayload(com.google.protobuf.Struct.Builder builderForValue)
Custom data set in [QueryParameters.payload][google.cloud.dialogflow.cx.v3.QueryParameters.payload].
|
WebhookRequest.Builder |
WebhookRequest.Builder.setPayload(com.google.protobuf.Struct value)
Custom data set in [QueryParameters.payload][google.cloud.dialogflow.cx.v3.QueryParameters.payload].
|
WebhookRequest.Builder |
WebhookRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
WebhookRequest.Builder |
WebhookRequest.Builder.setSentimentAnalysisResult(WebhookRequest.SentimentAnalysisResult.Builder builderForValue)
The sentiment analysis result of the current user request.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setSentimentAnalysisResult(WebhookRequest.SentimentAnalysisResult value)
The sentiment analysis result of the current user request.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setSessionInfo(SessionInfo.Builder builderForValue)
Information about session status.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setSessionInfo(SessionInfo value)
Information about session status.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setText(String value)
If [natural language text][google.cloud.dialogflow.cx.v3.TextInput] was provided as input, this field
will contain a copy of the text.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setTextBytes(com.google.protobuf.ByteString value)
If [natural language text][google.cloud.dialogflow.cx.v3.TextInput] was provided as input, this field
will contain a copy of the text.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setTranscript(String value)
If [natural language speech audio][google.cloud.dialogflow.cx.v3.AudioInput] was provided as input,
this field will contain the transcript for the audio.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setTranscriptBytes(com.google.protobuf.ByteString value)
If [natural language speech audio][google.cloud.dialogflow.cx.v3.AudioInput] was provided as input,
this field will contain the transcript for the audio.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setTriggerEvent(String value)
If an [event][google.cloud.dialogflow.cx.v3.EventInput] was provided as input, this field will contain
the name of the event.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setTriggerEventBytes(com.google.protobuf.ByteString value)
If an [event][google.cloud.dialogflow.cx.v3.EventInput] was provided as input, this field will contain
the name of the event.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setTriggerIntent(String value)
If an [intent][google.cloud.dialogflow.cx.v3.IntentInput] was provided as input, this field will
contain a copy of the intent identifier.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setTriggerIntentBytes(com.google.protobuf.ByteString value)
If an [intent][google.cloud.dialogflow.cx.v3.IntentInput] was provided as input, this field will
contain a copy of the intent identifier.
|
WebhookRequest.Builder |
WebhookRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WebhookRequest.Builder |
WebhookRequest.toBuilder() |
Copyright © 2022 Google LLC. All rights reserved.