Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfo

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1PageInfo.



5245
5246
5247
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5245

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

Instance Attribute Details

#current_pageString

Corresponds to the JSON property currentPage

Returns:

  • (String)


5233
5234
5235
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5233

def current_page
  @current_page
end

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


5238
5239
5240
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5238

def display_name
  @display_name
end

#form_infoGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1PageInfoFormInfo

Corresponds to the JSON property formInfo



5243
5244
5245
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5243

def form_info
  @form_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5250
5251
5252
5253
5254
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5250

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