Data Analytics API with Gemini v1beta API - Class ListConversationsRequest (1.0.0-beta01)

public sealed class ListConversationsRequest : IMessage<ListConversationsRequest>, IEquatable<ListConversationsRequest>, IDeepCloneable<ListConversationsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class ListConversationsRequest.

Request for listing conversations based on parent.

Inheritance

object > ListConversationsRequest

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

ListConversationsRequest()

public ListConversationsRequest()

ListConversationsRequest(ListConversationsRequest)

public ListConversationsRequest(ListConversationsRequest other)
Parameter
Name Description
other ListConversationsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Returned conversations will match criteria specified within the filter. ListConversations allows filtering by:

  • agent_id
  • labels
Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

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.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent value for ListConversationsRequest. Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName