Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FreeFormContext

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) ⇒ GoogleCloudDialogflowV2beta1FreeFormContext

Returns a new instance of GoogleCloudDialogflowV2beta1FreeFormContext.



13746
13747
13748
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13746

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

Instance Attribute Details

#textString

Corresponds to the JSON property text

Returns:

  • (String)


13744
13745
13746
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13744

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13751
13752
13753
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13751

def update!(**args)
  @text = args[:text] if args.key?(:text)
end