public interface ListQaQuestionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
QaQuestion |
getQaQuestions(int index)
The QaQuestions under the parent.
|
int |
getQaQuestionsCount()
The QaQuestions under the parent.
|
List<QaQuestion> |
getQaQuestionsList()
The QaQuestions under the parent.
|
QaQuestionOrBuilder |
getQaQuestionsOrBuilder(int index)
The QaQuestions under the parent.
|
List<? extends QaQuestionOrBuilder> |
getQaQuestionsOrBuilderList()
The QaQuestions under the parent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<QaQuestion> getQaQuestionsList()
The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;QaQuestion getQaQuestions(int index)
The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;int getQaQuestionsCount()
The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;List<? extends QaQuestionOrBuilder> getQaQuestionsOrBuilderList()
The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;QaQuestionOrBuilder getQaQuestionsOrBuilder(int index)
The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.