Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfo
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#current_page ⇒ String
Corresponds to the JSON property
currentPage. -
#display_name ⇒ String
Corresponds to the JSON property
displayName. -
#form_info ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo
Corresponds to the JSON property
formInfo.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3PageInfo
constructor
A new instance of GoogleCloudDialogflowCxV3PageInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3PageInfo
Returns a new instance of GoogleCloudDialogflowCxV3PageInfo.
5630 5631 5632 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5630 def initialize(**args) update!(**args) end |
Instance Attribute Details
#current_page ⇒ String
Corresponds to the JSON property currentPage
5618 5619 5620 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5618 def current_page @current_page end |
#display_name ⇒ String
Corresponds to the JSON property displayName
5623 5624 5625 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5623 def display_name @display_name end |
#form_info ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PageInfoFormInfo
Corresponds to the JSON property formInfo
5628 5629 5630 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5628 def form_info @form_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5635 5636 5637 5638 5639 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5635 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 |