Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1PlaybookOutput

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1PlaybookOutput.



10427
10428
10429
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10427

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

Instance Attribute Details

#action_parametersHash<String,Object>

Corresponds to the JSON property actionParameters

Returns:

  • (Hash<String,Object>)


10415
10416
10417
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10415

def action_parameters
  @action_parameters
end

#execution_summaryString

Corresponds to the JSON property executionSummary

Returns:

  • (String)


10420
10421
10422
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10420

def execution_summary
  @execution_summary
end

#stateString

Corresponds to the JSON property state

Returns:

  • (String)


10425
10426
10427
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10425

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10432
10433
10434
10435
10436
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 10432

def update!(**args)
  @action_parameters = args[:action_parameters] if args.key?(:action_parameters)
  @execution_summary = args[:execution_summary] if args.key?(:execution_summary)
  @state = args[:state] if args.key?(:state)
end