Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class ListAnswerRecordsRequest.
Request message for AnswerRecords.ListAnswerRecords .
Generated from protobuf message google.cloud.dialogflow.v2.ListAnswerRecordsRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project to list all answer records for in reverse chronological order. Format: projects/<Project ID>/locations/<Location ID>
.
↳ filter
string
Optional. Filters to restrict results to specific answer records. Marked deprecated as it hasn't been, and isn't currently, supported. For more information about filtering, see API Filtering .
↳ page_size
int
Optional. The maximum number of records to return in a single page. The server may return fewer records than this. If unspecified, we use 10. The maximum is 100.
↳ page_token
string
Optional. The ListAnswerRecordsResponse.next_page_token value returned from a previous list request used to continue listing on the next page.
getParent
Required. The project to list all answer records for in reverse
chronological order. Format: projects/<Project ID>/locations/<Location
ID>
.
string
setParent
Required. The project to list all answer records for in reverse
chronological order. Format: projects/<Project ID>/locations/<Location
ID>
.
var
string
$this
getFilter
Optional. Filters to restrict results to specific answer records.
Marked deprecated as it hasn't been, and isn't currently, supported. For more information about filtering, see API Filtering .
string
setFilter
Optional. Filters to restrict results to specific answer records.
Marked deprecated as it hasn't been, and isn't currently, supported. For more information about filtering, see API Filtering .
var
string
$this
getPageSize
Optional. The maximum number of records to return in a single page.
The server may return fewer records than this. If unspecified, we use 10. The maximum is 100.
int
setPageSize
Optional. The maximum number of records to return in a single page.
The server may return fewer records than this. If unspecified, we use 10. The maximum is 100.
var
int
$this
getPageToken
Optional. The ListAnswerRecordsResponse.next_page_token value returned from a previous list request used to continue listing on the next page.
string
setPageToken
Optional. The ListAnswerRecordsResponse.next_page_token value returned from a previous list request used to continue listing on the next page.
var
string
$this
static::build
parent
string
Required. The project to list all answer records for in reverse
chronological order. Format: projects/<Project ID>/locations/<Location
ID>
. Please see Google\Cloud\Dialogflow\V2\AnswerRecordsClient::projectName()
for help formatting this field.