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.
5009 5010 5011 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5009 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
5002 5003 5004 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5002 def next_page_token @next_page_token end |
#playbook_versions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3PlaybookVersion>
Corresponds to the JSON property playbookVersions
5007 5008 5009 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5007 def playbook_versions @playbook_versions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5014 5015 5016 5017 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5014 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 |