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.
17942 17943 17944 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17942 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
17935 17936 17937 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17935 def next_page_token @next_page_token end |
#suggestions ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Suggestion>
Corresponds to the JSON property suggestions
17940 17941 17942 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17940 def suggestions @suggestions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17947 17948 17949 17950 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17947 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @suggestions = args[:suggestions] if args.key?(:suggestions) end |