Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportPlaybookRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExportPlaybookRequest
- 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
-
#data_format ⇒ String
Corresponds to the JSON property
dataFormat. -
#playbook_uri ⇒ String
Corresponds to the JSON property
playbookUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExportPlaybookRequest
constructor
A new instance of GoogleCloudDialogflowCxV3ExportPlaybookRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExportPlaybookRequest
Returns a new instance of GoogleCloudDialogflowCxV3ExportPlaybookRequest.
2806 2807 2808 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2806 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_format ⇒ String
Corresponds to the JSON property dataFormat
2799 2800 2801 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2799 def data_format @data_format end |
#playbook_uri ⇒ String
Corresponds to the JSON property playbookUri
2804 2805 2806 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2804 def playbook_uri @playbook_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2811 2812 2813 2814 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2811 def update!(**args) @data_format = args[:data_format] if args.key?(:data_format) @playbook_uri = args[:playbook_uri] if args.key?(:playbook_uri) end |