Class: Google::Cloud::Dialogflow::CX::V3::ConversationTurn::UserInput
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ConversationTurn::UserInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb
Overview
The input from the human user.
Instance Attribute Summary collapse
-
#enable_sentiment_analysis ⇒ ::Boolean
Whether sentiment analysis is enabled.
-
#injected_parameters ⇒ ::Google::Protobuf::Struct
Parameters that need to be injected into the conversation during intent detection.
-
#input ⇒ ::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 ⇒ ::Boolean
If webhooks should be allowed to trigger in response to the user utterance.
Instance Attribute Details
#enable_sentiment_analysis ⇒ ::Boolean
Returns Whether sentiment analysis is enabled.
144 145 146 147 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 144 class UserInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#injected_parameters ⇒ ::Google::Protobuf::Struct
Returns Parameters that need to be injected into the conversation during intent detection.
144 145 146 147 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 144 class UserInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input ⇒ ::Google::Cloud::Dialogflow::CX::V3::QueryInput
Returns Supports text input, event input, [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
144 145 146 147 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 144 class UserInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_webhook_enabled ⇒ ::Boolean
Returns If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
144 145 146 147 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/test_case.rb', line 144 class UserInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |