Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfo

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

Returns a new instance of GoogleCloudDialogflowCxV3PageInfo.



1865
1866
1867
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1865

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

Instance Attribute Details

#current_pageString

Corresponds to the JSON property currentPage

Returns:

  • (String)


1853
1854
1855
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1853

def current_page
  @current_page
end

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


1858
1859
1860
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1858

def display_name
  @display_name
end

#form_infoGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3PageInfoFormInfo

Corresponds to the JSON property formInfo



1863
1864
1865
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1863

def form_info
  @form_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1870
1871
1872
1873
1874
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 1870

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