Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2AnnotatedMessagePart

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2AnnotatedMessagePart

Returns a new instance of GoogleCloudDialogflowV2AnnotatedMessagePart.



7047
7048
7049
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7047

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

Instance Attribute Details

#entity_typeString

Corresponds to the JSON property entityType

Returns:

  • (String)


7035
7036
7037
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7035

def entity_type
  @entity_type
end

#formatted_valueObject

Corresponds to the JSON property formattedValue

Returns:

  • (Object)


7040
7041
7042
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7040

def formatted_value
  @formatted_value
end

#textString

Corresponds to the JSON property text

Returns:

  • (String)


7045
7046
7047
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7045

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7052
7053
7054
7055
7056
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 7052

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