Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ListAnswerRecordsRequest.
Request message for AnswerRecords.ListAnswerRecords.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) — Optional. Filters to restrict results to specific answer records. The
expression has the following syntax:
<field> <operator> <value> [AND <field> <operator> <value>] ...The following fields and operators are supported:
- conversation_id with equals(=) operator
Examples:
conversation_id=barmatches answer records in theprojects/foo/locations/global/conversations/barconversation (assuming the parent isprojects/foo/locations/global).
For more information about filtering, see API Filtering.
#filter=
def filter=(value) -> ::String-
value (::String) — Optional. Filters to restrict results to specific answer records. The
expression has the following syntax:
<field> <operator> <value> [AND <field> <operator> <value>] ...The following fields and operators are supported:
- conversation_id with equals(=) operator
Examples:
conversation_id=barmatches answer records in theprojects/foo/locations/global/conversations/barconversation (assuming the parent isprojects/foo/locations/global).
For more information about filtering, see API Filtering.
-
(::String) — Optional. Filters to restrict results to specific answer records. The
expression has the following syntax:
<field> <operator> <value> [AND <field> <operator> <value>] ...The following fields and operators are supported:
- conversation_id with equals(=) operator
Examples:
conversation_id=barmatches answer records in theprojects/foo/locations/global/conversations/barconversation (assuming the parent isprojects/foo/locations/global).
For more information about filtering, see API Filtering.
#page_size
def page_size() -> ::Integer- (::Integer) — 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_size=
def page_size=(value) -> ::Integer- value (::Integer) — 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.
- (::Integer) — 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
def page_token() -> ::String- (::String) — Optional. The ListAnswerRecordsResponse.next_page_token value returned from a previous list request used to continue listing on the next page.
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. The ListAnswerRecordsResponse.next_page_token value returned from a previous list request used to continue listing on the next page.
- (::String) — Optional. The ListAnswerRecordsResponse.next_page_token value returned from a previous list request used to continue listing on the next page.
#parent
def parent() -> ::String-
(::String) — Required. The project to list all answer records for in reverse
chronological order. Format:
projects/<Project ID>/locations/<Location ID>.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The project to list all answer records for in reverse
chronological order. Format:
projects/<Project ID>/locations/<Location ID>.
-
(::String) — Required. The project to list all answer records for in reverse
chronological order. Format:
projects/<Project ID>/locations/<Location ID>.