Class: Google::Cloud::Dialogflow::CX::V3::WebhookRequest::IntentInfo::IntentParameterValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb

Overview

Represents a value for an intent parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#original_value::String

Returns Always present. Original text value extracted from user utterance.

Returns:

  • (::String)

    Always present. Original text value extracted from user utterance.



458
459
460
461
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 458

class IntentParameterValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resolved_value::Google::Protobuf::Value

Returns Always present. Structured value for the parameter extracted from user utterance.

Returns:



458
459
460
461
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 458

class IntentParameterValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end