ListAnswerRecordsResponse

Response message for AnswerRecords.ListAnswerRecords.

JSON representation
{
  "answerRecords": [
    {
      object (AnswerRecord)
    }
  ],
  "nextPageToken": string
}
Fields
answerRecords[]

object (AnswerRecord)

The list of answer records.

nextPageToken

string

A token to retrieve next page of results. Or empty if there are no more results. Pass this value in the ListAnswerRecordsRequest.page_token field in the subsequent call to ListAnswerRecords method to retrieve the next page of results.