Contact Center AI Insights v1 API - Class ListConversationsRequest (2.14.0)

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

Reference documentation and code samples for the Contact Center AI Insights v1 API class ListConversationsRequest.

Request to list conversations.

Inheritance

object > ListConversationsRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListConversationsRequest()

public ListConversationsRequest()

ListConversationsRequest(ListConversationsRequest)

public ListConversationsRequest(ListConversationsRequest other)
Parameter
NameDescription
otherListConversationsRequest

Properties

Filter

public string Filter { get; set; }

A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of conversations to return in the response. A valid page size ranges from 0 to 1,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListConversationsResponse. This value indicates that this is a continuation of a prior ListConversations call and that the system should return the next page of data.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The parent resource of the conversation.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

View

public ConversationView View { get; set; }

The level of details of the conversation. Default is BASIC.

Property Value
TypeDescription
ConversationView