| Modifier and Type | Method and Description |
|---|---|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.clear() |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.clearEnableSentimentAnalysis()
Whether sentiment analysis is enabled.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.clearInjectedParameters()
Parameters that need to be injected into the conversation during intent
detection.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.clearInput()
Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text],
[event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf
input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.clearIsWebhookEnabled()
If webhooks should be allowed to trigger in response to the user
utterance.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.clone() |
ConversationTurn.UserInput.Builder |
ConversationTurn.Builder.getUserInputBuilder()
The user input.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.mergeFrom(ConversationTurn.UserInput other) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.mergeFrom(com.google.protobuf.Message other) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.mergeInjectedParameters(com.google.protobuf.Struct value)
Parameters that need to be injected into the conversation during intent
detection.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.mergeInput(QueryInput value)
Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text],
[event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf
input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.newBuilder() |
static ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.newBuilder(ConversationTurn.UserInput prototype) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.newBuilderForType() |
protected ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setEnableSentimentAnalysis(boolean value)
Whether sentiment analysis is enabled.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setInjectedParameters(com.google.protobuf.Struct.Builder builderForValue)
Parameters that need to be injected into the conversation during intent
detection.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setInjectedParameters(com.google.protobuf.Struct value)
Parameters that need to be injected into the conversation during intent
detection.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setInput(QueryInput.Builder builderForValue)
Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text],
[event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf
input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setInput(QueryInput value)
Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text],
[event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf
input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setIsWebhookEnabled(boolean value)
If webhooks should be allowed to trigger in response to the user
utterance.
|
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ConversationTurn.UserInput.Builder |
ConversationTurn.UserInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ConversationTurn.Builder |
ConversationTurn.Builder.setUserInput(ConversationTurn.UserInput.Builder builderForValue)
The user input.
|
Copyright © 2025 Google LLC. All rights reserved.