Contact Center AI Insights v1 API - Class ListAnalysesRequest (2.10.0)

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

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

The request to list analyses.

Inheritance

object > ListAnalysesRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListAnalysesRequest()

public ListAnalysesRequest()

ListAnalysesRequest(ListAnalysesRequest)

public ListAnalysesRequest(ListAnalysesRequest other)
Parameter
NameDescription
otherListAnalysesRequest

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 analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListAnalysesResponse; indicates that this is a continuation of a prior ListAnalyses call and 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 analyses.

Property Value
TypeDescription
string

ParentAsConversationName

public ConversationName ParentAsConversationName { get; set; }

ConversationName-typed view over the Parent resource name property.

Property Value
TypeDescription
ConversationName