Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AnnotatedMessagePart
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2AnnotatedMessagePart
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#entity_type ⇒ String
Corresponds to the JSON property
entityType. -
#formatted_value ⇒ Object
Corresponds to the JSON property
formattedValue. -
#text ⇒ String
Corresponds to the JSON property
text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2AnnotatedMessagePart
constructor
A new instance of GoogleCloudDialogflowV2AnnotatedMessagePart.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2AnnotatedMessagePart
Returns a new instance of GoogleCloudDialogflowV2AnnotatedMessagePart.
14801 14802 14803 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14801 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_type ⇒ String
Corresponds to the JSON property entityType
14789 14790 14791 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14789 def entity_type @entity_type end |
#formatted_value ⇒ Object
Corresponds to the JSON property formattedValue
14794 14795 14796 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14794 def formatted_value @formatted_value end |
#text ⇒ String
Corresponds to the JSON property text
14799 14800 14801 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14799 def text @text end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14806 14807 14808 14809 14810 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 14806 def update!(**args) @entity_type = args[:entity_type] if args.key?(:entity_type) @formatted_value = args[:formatted_value] if args.key?(:formatted_value) @text = args[:text] if args.key?(:text) end |