public sealed class ListConversationsRequest : IMessage<ListConversationsRequest>, IEquatable<ListConversationsRequest>, IDeepCloneable<ListConversationsRequest>, IBufferMessage, IMessage, IPageRequestThe request message for [Conversations.ListConversations][google.cloud.dialogflow.v2.Conversations.ListConversations].
Inheritance
System.Object > ListConversationsRequestImplements
IMessage<ListConversationsRequest>, IEquatable<ListConversationsRequest>, IDeepCloneable<ListConversationsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ListConversationsRequest()
public ListConversationsRequest()ListConversationsRequest(ListConversationsRequest)
public ListConversationsRequest(ListConversationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListConversationsRequest |
Properties
Filter
public string Filter { get; set; }A filter expression that filters conversations listed in the response. In
general, the expression must specify the field name, a comparison operator,
and the value to use for filtering:
<ul>
<li>The value must be a string, a number, or a boolean.</li>
<li>The comparison operator must be either =,!=, }, or {.</li>
<li>To filter on multiple expressions, separate the
expressions with AND or OR (omitting both implies AND).</li>
<li>For clarity, expressions can be enclosed in parentheses.</li>
</ul>
Only lifecycle_state can be filtered on in this way. For example,
the following expression only returns COMPLETED conversations:
lifecycle_state = "COMPLETED"
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 project from which to list all conversation.
Format: projects/{Project ID}/locations/{Location ID}.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|