Dialogflow v3 API - Class Changelog (2.14.0)

public sealed class Changelog : IMessage<Changelog>, IEquatable<Changelog>, IDeepCloneable<Changelog>, IBufferMessage, IMessage

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

Changelogs represents a change made to a given agent.

Inheritance

object > Changelog

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Changelog()

public Changelog()

Changelog(Changelog)

public Changelog(Changelog other)
Parameter
Name Description
other Changelog

Properties

Action

public string Action { get; set; }

The action of the change.

Property Value
Type Description
string

ChangelogName

public ChangelogName ChangelogName { get; set; }

ChangelogName-typed view over the Name resource name property.

Property Value
Type Description
ChangelogName

CreateTime

public Timestamp CreateTime { get; set; }

The timestamp of the change.

Property Value
Type Description
Timestamp

DisplayName

public string DisplayName { get; set; }

The affected resource display name of the change.

Property Value
Type Description
string

Name

public string Name { get; set; }

The unique identifier of the changelog. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/changelogs/<Changelog ID>.

Property Value
Type Description
string

Resource

public string Resource { get; set; }

The affected resource name of the change.

Property Value
Type Description
string

Type

public string Type { get; set; }

The affected resource type.

Property Value
Type Description
string

UserEmail

public string UserEmail { get; set; }

Email address of the authenticated user.

Property Value
Type Description
string

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.