Dialogflow v3 API - Class ListChangelogsRequest (2.24.0)

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

Reference documentation and code samples for the Dialogflow v3 API class ListChangelogsRequest.

The request message for [Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3.Changelogs.ListChangelogs].

Inheritance

object > ListChangelogsRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListChangelogsRequest()

public ListChangelogsRequest()

ListChangelogsRequest(ListChangelogsRequest)

public ListChangelogsRequest(ListChangelogsRequest other)
Parameter
Name Description
other ListChangelogsRequest

Properties

Filter

public string Filter { get; set; }

The filter string. Supports filter by user_email, resource, type and create_time. Some examples:

  1. By user email: user_email = "someone@google.com"
  2. By resource name: resource = "projects/123/locations/global/agents/456/flows/789"
  3. By resource display name: display_name = "my agent"
  4. By action: action = "Create"
  5. By type: type = "flows"
  6. By create time. Currently predicates on create_time and create_time_epoch_seconds are supported: create_time_epoch_seconds > 1551790877 AND create_time <= 2017年01月15日T01:30:15.01Z
  7. Combination of above filters: resource = "projects/123/locations/global/agents/456/flows/789" AND user_email = "someone@google.com" AND create_time <= 2017年01月15日T01:30:15.01Z
Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The maximum number of items to return in a single page. By default 100 and at most 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous list request.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The agent containing the changelogs. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Property Value
Type Description
string

ParentAsAgentName

public AgentName ParentAsAgentName { get; set; }

AgentName-typed view over the Parent resource name property.

Property Value
Type Description
AgentName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.