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.



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

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

Instance Attribute Details

#display_nameString

Corresponds to the JSON property displayName

Returns:

  • (String)


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

def display_name
  @display_name
end

#pageString

Corresponds to the JSON property page

Returns:

  • (String)


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

def page
  @page
end

#statusString

Corresponds to the JSON property status

Returns:

  • (String)


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