Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState

Returns a new instance of GoogleCloudDialogflowCxV3beta1ActionFlowStateUpdatePageState.



3601
3602
3603
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3601

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

Instance Attribute Details

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


3589
3590
3591
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3589

def display_name
  @display_name
end

#pageString

Corresponds to the JSON property page

Returns:

  • (String)


3594
3595
3596
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3594

def page
  @page
end

#statusString

Corresponds to the JSON property status

Returns:

  • (String)


3599
3600
3601
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3599

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3606
3607
3608
3609
3610
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3606

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