public sealed class ListAnalysesRequest : IMessage<ListAnalysesRequest>, IEquatable<ListAnalysesRequest>, IDeepCloneable<ListAnalysesRequest>, IBufferMessage, IMessage, IPageRequest
The request to list analyses.
Implements
IMessage<ListAnalysesRequest>, IEquatable<ListAnalysesRequest>, IDeepCloneable<ListAnalysesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListAnalysesRequest()
public ListAnalysesRequest()
ListAnalysesRequest(ListAnalysesRequest)
public ListAnalysesRequest(ListAnalysesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListAnalysesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Int32 |
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 | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent resource of the analyses.
Property Value | |
---|---|
Type | Description |
String |
ParentAsConversationName
public ConversationName ParentAsConversationName { get; set; }
ConversationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConversationName |