Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1AnnotatedMessagePart

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1AnnotatedMessagePart

Returns a new instance of GoogleCloudDialogflowV2beta1AnnotatedMessagePart.



17530
17531
17532
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17530

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#entity_typeString

Corresponds to the JSON property entityType

Returns:

  • (String)


17518
17519
17520
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17518

def entity_type
  @entity_type
end

#formatted_valueObject

Corresponds to the JSON property formattedValue

Returns:

  • (Object)


17523
17524
17525
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17523

def formatted_value
  @formatted_value
end

#textString

Corresponds to the JSON property text

Returns:

  • (String)


17528
17529
17530
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17528

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17535
17536
17537
17538
17539
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 17535

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