Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListSuggestionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListSuggestionsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken. -
#suggestions ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Suggestion>
Corresponds to the JSON property
suggestions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ListSuggestionsResponse
constructor
A new instance of GoogleCloudDialogflowV2beta1ListSuggestionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ListSuggestionsResponse
Returns a new instance of GoogleCloudDialogflowV2beta1ListSuggestionsResponse.
18253 18254 18255 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18253 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
18246 18247 18248 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18246 def next_page_token @next_page_token end |
#suggestions ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Suggestion>
Corresponds to the JSON property suggestions
18251 18252 18253 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18251 def suggestions @suggestions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18258 18259 18260 18261 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18258 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @suggestions = args[:suggestions] if args.key?(:suggestions) end |