Class: Google::Cloud::Dialogflow::CX::V3::ConversationTurn::UserInput

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enable_sentiment_analysis::Boolean

Returns Whether sentiment analysis is enabled.

Returns:

  • (::Boolean)

    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.

Returns:



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.

Returns:



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.

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.



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