Class: Google::Cloud::Dialogflow::CX::V3::WebhookRequest::IntentInfo::IntentParameterValue
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::WebhookRequest::IntentInfo::IntentParameterValue
- 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
-
#original_value ⇒ ::String
Always present.
-
#resolved_value ⇒ ::Google::Protobuf::Value
Always present.
Instance Attribute Details
#original_value ⇒ ::String
Returns 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.
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 |