Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse
- 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
-
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken. -
#playbook_versions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookVersion>
Corresponds to the JSON property
playbookVersions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse
constructor
A new instance of GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse
Returns a new instance of GoogleCloudDialogflowCxV3ListPlaybookVersionsResponse.
5015 5016 5017 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5015 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
5008 5009 5010 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5008 def next_page_token @next_page_token end |
#playbook_versions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookVersion>
Corresponds to the JSON property playbookVersions
5013 5014 5015 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5013 def playbook_versions @playbook_versions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5020 5021 5022 5023 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5020 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @playbook_versions = args[:playbook_versions] if args.key?(:playbook_versions) end |