[Obsolete]
public sealed class ListSuggestionsResponse : IMessage<ListSuggestionsResponse>, IEquatable<ListSuggestionsResponse>, IDeepCloneable<ListSuggestionsResponse>, IBufferMessage, IMessage, IPageResponse<Suggestion>, IEnumerable<Suggestion>, IEnumerable
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListSuggestionsResponse.
The response message for [Participants.ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions].
Implements
IMessageListSuggestionsResponse, IEquatableListSuggestionsResponse, IDeepCloneableListSuggestionsResponse, IBufferMessage, IMessage, IPageResponseSuggestion, IEnumerableSuggestion, IEnumerableNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ListSuggestionsResponse()
public ListSuggestionsResponse()
ListSuggestionsResponse(ListSuggestionsResponse)
public ListSuggestionsResponse(ListSuggestionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListSuggestionsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Optional. Token to retrieve the next page of results or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Suggestions
[Obsolete]
public RepeatedField<Suggestion> Suggestions { get; }
Required. The list of suggestions. There will be a maximum number of items
returned based on the page_size field in the request. suggestions
is
sorted by create_time
in descending order.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSuggestion |
Methods
GetEnumerator()
public IEnumerator<Suggestion> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorSuggestion |