Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest
- 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
-
#data_format ⇒ String
Corresponds to the JSON property
dataFormat. -
#playbook_uri ⇒ String
Corresponds to the JSON property
playbookUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest
Returns a new instance of GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest.
6928 6929 6930 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6928 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_format ⇒ String
Corresponds to the JSON property dataFormat
6921 6922 6923 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6921 def data_format @data_format end |
#playbook_uri ⇒ String
Corresponds to the JSON property playbookUri
6926 6927 6928 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6926 def playbook_uri @playbook_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6933 6934 6935 6936 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6933 def update!(**args) @data_format = args[:data_format] if args.key?(:data_format) @playbook_uri = args[:playbook_uri] if args.key?(:playbook_uri) end |