Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::ListAnswerRecordsRequest (v0.22.0)

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
Returns
  • (::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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::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.

Returns
  • (::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

def page_size() -> ::Integer
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns

#page_token=

def page_token=(value) -> ::String
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::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
Parameter
  • value (::String) — Required. The project to list all answer records for in reverse chronological order. Format: projects/<Project ID>/locations/<Location ID>.
Returns
  • (::String) — Required. The project to list all answer records for in reverse chronological order. Format: projects/<Project ID>/locations/<Location ID>.