Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListPlaybooksResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListPlaybooksResponse
- 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. -
#playbooks ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook>
Corresponds to the JSON property
playbooks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListPlaybooksResponse
constructor
A new instance of GoogleCloudDialogflowCxV3ListPlaybooksResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListPlaybooksResponse
Returns a new instance of GoogleCloudDialogflowCxV3ListPlaybooksResponse.
5034 5035 5036 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5034 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
5027 5028 5029 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5027 def next_page_token @next_page_token end |
#playbooks ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Playbook>
Corresponds to the JSON property playbooks
5032 5033 5034 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5032 def playbooks @playbooks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5039 5040 5041 5042 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 5039 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @playbooks = args[:playbooks] if args.key?(:playbooks) end |