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

public sealed class ListQaQuestionsResponse : IMessage<ListQaQuestionsResponse>, IEquatable<ListQaQuestionsResponse>, IDeepCloneable<ListQaQuestionsResponse>, IBufferMessage, IMessage, IPageResponse<QaQuestion>, IEnumerable<QaQuestion>, IEnumerable

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

The response from a ListQaQuestions request.

Inheritance

object > ListQaQuestionsResponse

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListQaQuestionsResponse()

public ListQaQuestionsResponse()

ListQaQuestionsResponse(ListQaQuestionsResponse)

public ListQaQuestionsResponse(ListQaQuestionsResponse other)
Parameter
Name Description
other ListQaQuestionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

QaQuestions

public RepeatedField<QaQuestion> QaQuestions { get; }

The QaQuestions under the parent.

Property Value
Type Description
RepeatedFieldQaQuestion

Methods

GetEnumerator()

public IEnumerator<QaQuestion> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorQaQuestion