Class ListConversationsRequest (1.1.0)

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

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
Int32

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