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.



13585
13586
13587
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13585

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

Instance Attribute Details

#textString

Corresponds to the JSON property text

Returns:

  • (String)


13583
13584
13585
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13583

def text
  @text
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13590
13591
13592
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 13590

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