Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ConversationTurn::UserInput.
The input from the human user.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_sentiment_analysis
def enable_sentiment_analysis() -> ::Boolean
Returns
- (::Boolean) — Whether sentiment analysis is enabled.
#enable_sentiment_analysis=
def enable_sentiment_analysis=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether sentiment analysis is enabled.
Returns
- (::Boolean) — Whether sentiment analysis is enabled.
#injected_parameters
def injected_parameters() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Parameters that need to be injected into the conversation during intent detection.
#injected_parameters=
def injected_parameters=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Parameters that need to be injected into the conversation during intent detection.
Returns
- (::Google::Protobuf::Struct) — Parameters that need to be injected into the conversation during intent detection.
#input
def input() -> ::Google::Cloud::Dialogflow::CX::V3::QueryInput
Returns
- (::Google::Cloud::Dialogflow::CX::V3::QueryInput) — Supports text input, event input, [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
#input=
def input=(value) -> ::Google::Cloud::Dialogflow::CX::V3::QueryInput
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::QueryInput) — Supports text input, event input, [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::QueryInput) — Supports text input, event input, [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
#is_webhook_enabled
def is_webhook_enabled() -> ::Boolean
Returns
- (::Boolean) — If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
#is_webhook_enabled=
def is_webhook_enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
Returns
- (::Boolean) — If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.