Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::ListConversationsRequest.
Request for listing conversations based on parent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) —
Optional. Returned conversations will match criteria specified within the filter. ListConversations allows filtering by:
- agent_id
- labels
#filter=
def filter=(value) -> ::String
-
value (::String) —
Optional. Returned conversations will match criteria specified within the filter. ListConversations allows filtering by:
- agent_id
- labels
-
(::String) —
Optional. Returned conversations will match criteria specified within the filter. ListConversations allows filtering by:
- agent_id
- labels
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. The max page size is 100. All larger page sizes will be coerced to 100. If unspecified, server will pick 50 as an approperiate default.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. The max page size is 100. All larger page sizes will be coerced to 100. If unspecified, server will pick 50 as an approperiate default.
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. The max page size is 100. All larger page sizes will be coerced to 100. If unspecified, server will pick 50 as an approperiate default.
#page_token
def page_token() -> ::String
- (::String) — Optional. A token identifying a page of results the server should return.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. A token identifying a page of results the server should return.
- (::String) — Optional. A token identifying a page of results the server should return.
#parent
def parent() -> ::String
-
(::String) — Required. Parent value for ListConversationsRequest.
Format:
projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Parent value for ListConversationsRequest.
Format:
projects/{project}/locations/{location}
-
(::String) — Required. Parent value for ListConversationsRequest.
Format:
projects/{project}/locations/{location}