Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ListAnswerRecordsResponse.
Response message for AnswerRecords.ListAnswerRecords .
Generated from protobuf message google.cloud.dialogflow.v2.ListAnswerRecordsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ answer_records
↳ next_page_token
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.
getAnswerRecords
The list of answer records.
setAnswerRecords
The list of answer records.
$this
getNextPageToken
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.
string
setNextPageToken
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.
var
string
$this