public sealed class ListMessagesRequest : IMessage<ListMessagesRequest>, IEquatable<ListMessagesRequest>, IDeepCloneable<ListMessagesRequest>, IBufferMessage, IMessage, IPageRequest
The request message for [Conversations.ListMessages][google.cloud.dialogflow.v2.Conversations.ListMessages].
Implements
IMessage<ListMessagesRequest>, IEquatable<ListMessagesRequest>, IDeepCloneable<ListMessagesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListMessagesRequest()
public ListMessagesRequest()
ListMessagesRequest(ListMessagesRequest)
public ListMessagesRequest(ListMessagesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListMessagesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter on message 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. By default 100 and at most 1000.
Property Value | |
---|---|
Type | Description |
Int32 |
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 conversation to list messages for.
Format: projects/{Project ID}/locations/{Location
ID>/conversations/<Conversation ID>
Property Value | |
---|---|
Type | Description |
String |
ParentAsConversationName
public ConversationName ParentAsConversationName { get; set; }
ConversationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConversationName |