Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#display_name ⇒ String
Corresponds to the JSON property
displayName. -
#page ⇒ String
Corresponds to the JSON property
page. -
#status ⇒ String
Corresponds to the JSON property
status.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState
Returns a new instance of GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState.
3607 3608 3609 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#display_name ⇒ String
Corresponds to the JSON property displayName
3595 3596 3597 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3595 def display_name @display_name end |
#page ⇒ String
Corresponds to the JSON property page
3600 3601 3602 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3600 def page @page end |
#status ⇒ String
Corresponds to the JSON property status
3605 3606 3607 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3605 def status @status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3612 3613 3614 3615 3616 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3612 def update!(**args) @display_name = args[:display_name] if args.key?(:display_name) @page = args[:page] if args.key?(:page) @status = args[:status] if args.key?(:status) end |