public interface ListQaQuestionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getQaQuestions(int index)
public abstract QaQuestion getQaQuestions(int index)The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QaQuestion |
|
getQaQuestionsCount()
public abstract int getQaQuestionsCount()The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getQaQuestionsList()
public abstract List<QaQuestion> getQaQuestionsList()The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;
| Returns | |
|---|---|
| Type | Description |
List<QaQuestion> |
|
getQaQuestionsOrBuilder(int index)
public abstract QaQuestionOrBuilder getQaQuestionsOrBuilder(int index)The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QaQuestionOrBuilder |
|
getQaQuestionsOrBuilderList()
public abstract List<? extends QaQuestionOrBuilder> getQaQuestionsOrBuilderList()The QaQuestions under the parent.
repeated .google.cloud.contactcenterinsights.v1.QaQuestion qa_questions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.contactcenterinsights.v1.QaQuestionOrBuilder> |
|