Google Cloud Dialogflow v2 API - Class ListConversationsRequest (4.18.0)

public sealed class ListConversationsRequest : IMessage<ListConversationsRequest>, IEquatable<ListConversationsRequest>, IDeepCloneable<ListConversationsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListConversationsRequest.

The request message for [Conversations.ListConversations][google.cloud.dialogflow.v2.Conversations.ListConversations].

Inheritance

object > ListConversationsRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

ListConversationsRequest()

public ListConversationsRequest()

ListConversationsRequest(ListConversationsRequest)

public ListConversationsRequest(ListConversationsRequest other)
Parameter
NameDescription
otherListConversationsRequest

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
TypeDescription
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
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The next_page_token value returned from a previous list request.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName