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
Methods
__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>
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setParent
Required. The project to list all answer records for in reverse
chronological order. Format: projects/<Project ID>/locations/<Location
ID>
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
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 .
Generated from protobuf field string filter = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
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 .
Generated from protobuf field string filter = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];
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.
Generated from protobuf field int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
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.
Generated from protobuf field int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
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.
Generated from protobuf field string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
string
setPageToken
Optional. The ListAnswerRecordsResponse.next_page_token value returned from a previous list request used to continue listing on the next page.
Generated from protobuf field string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
var
string
$this