[Obsolete]
public sealed class ListSuggestionsRequest : IMessage<ListSuggestionsRequest>, IEquatable<ListSuggestionsRequest>, IDeepCloneable<ListSuggestionsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class ListSuggestionsRequest.
The request message for [Participants.ListSuggestions][google.cloud.dialogflow.v2beta1.Participants.ListSuggestions].
Implements
IMessageListSuggestionsRequest, IEquatableListSuggestionsRequest, IDeepCloneableListSuggestionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
ListSuggestionsRequest()
public ListSuggestionsRequest()
ListSuggestionsRequest(ListSuggestionsRequest)
public ListSuggestionsRequest(ListSuggestionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListSuggestionsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter on suggestions fields. Currently predicates on
create_time
and create_time_epoch_microseconds
are supported.
create_time
only support milliseconds accuracy. E.g.,
create_time_epoch_microseconds > 1551790877964485
or
create_time > "2017-01-15T01:30:15.01Z"
For more information about filtering, see API Filtering.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of items to return in a single page. The default value is 100; the maximum value is 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. The next_page_token value returned from a previous list request.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the participant to fetch suggestions for.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>
.
Property Value | |
---|---|
Type | Description |
string |