public sealed class ListQaQuestionsResponse : IMessage<ListQaQuestionsResponse>, IEquatable<ListQaQuestionsResponse>, IDeepCloneable<ListQaQuestionsResponse>, IBufferMessage, IMessage, IPageResponse<QaQuestion>, IEnumerable<QaQuestion>, IEnumerableReference documentation and code samples for the Contact Center AI Insights v1 API class ListQaQuestionsResponse.
The response from a ListQaQuestions request.
Implements
IMessageListQaQuestionsResponse, IEquatableListQaQuestionsResponse, IDeepCloneableListQaQuestionsResponse, IBufferMessage, IMessage, IPageResponseQaQuestion, IEnumerableQaQuestion, IEnumerableNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
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 |
|