Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListIntentsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListIntentsResponse
- 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
-
#intents ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent>
Corresponds to the JSON property
intents. -
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListIntentsResponse
constructor
A new instance of GoogleCloudDialogflowCxV3ListIntentsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListIntentsResponse
Returns a new instance of GoogleCloudDialogflowCxV3ListIntentsResponse.
4959 4960 4961 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4959 def initialize(**args) update!(**args) end |
Instance Attribute Details
#intents ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent>
Corresponds to the JSON property intents
4952 4953 4954 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4952 def intents @intents end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
4957 4958 4959 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4957 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4964 4965 4966 4967 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4964 def update!(**args) @intents = args[:intents] if args.key?(:intents) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |