Contact Center AI Insights v1 API - Class ListQaQuestionsRequest (2.18.0)

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

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

Request to list QaQuestions.

Inheritance

object > ListQaQuestionsRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListQaQuestionsRequest()

public ListQaQuestionsRequest()

ListQaQuestionsRequest(ListQaQuestionsRequest)

public ListQaQuestionsRequest(ListQaQuestionsRequest other)
Parameter
Name Description
other ListQaQuestionsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of questions to return in the response. If the 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
int

PageToken

public string PageToken { get; set; }

Optional. The value returned by the last ListQaQuestionsResponse. This value indicates that this is a continuation of a prior ListQaQuestions call and that 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 questions.

Property Value
Type Description
string

ParentAsQaScorecardRevisionName

public QaScorecardRevisionName ParentAsQaScorecardRevisionName { get; set; }

QaScorecardRevisionName-typed view over the Parent resource name property.

Property Value
Type Description
QaScorecardRevisionName