Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::ListConversationsRequest (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListConversationsRequest.

Request for ListConversations method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — A filter to apply on the list results. The supported features are: user_pseudo_id, state.

    Example: "user_pseudo_id = some_id"

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — A filter to apply on the list results. The supported features are: user_pseudo_id, state.

    Example: "user_pseudo_id = some_id"

Returns
  • (::String) — A filter to apply on the list results. The supported features are: user_pseudo_id, state.

    Example: "user_pseudo_id = some_id"

#order_by

def order_by() -> ::String
Returns
  • (::String) — A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields:

    • update_time
    • create_time
    • conversation_name

    Example: "update_time desc" "create_time"

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields:

    • update_time
    • create_time
    • conversation_name

    Example: "update_time desc" "create_time"

Returns
  • (::String) — A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields:

    • update_time
    • create_time
    • conversation_name

    Example: "update_time desc" "create_time"

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
Returns
  • (::Integer) — Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A page token, received from a previous ListConversations call. Provide this to retrieve the subsequent page.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A page token, received from a previous ListConversations call. Provide this to retrieve the subsequent page.
Returns
  • (::String) — A page token, received from a previous ListConversations call. Provide this to retrieve the subsequent page.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}
Returns
  • (::String) — Required. The data store resource name. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}