Dialogflow v3 API - Class Changelog (2.17.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
NameDescription
otherChangelog

Properties

Action

public string Action { get; set; }

The action of the change.

Property Value
TypeDescription
string

ChangelogName

public ChangelogName ChangelogName { get; set; }

ChangelogName-typed view over the Name resource name property.

Property Value
TypeDescription
ChangelogName

CreateTime

public Timestamp CreateTime { get; set; }

The timestamp of the change.

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

The affected resource display name of the change.

Property Value
TypeDescription
string

LanguageCode

public string LanguageCode { get; set; }

The affected language code of the change.

Property Value
TypeDescription
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
TypeDescription
string

Resource

public string Resource { get; set; }

The affected resource name of the change.

Property Value
TypeDescription
string

Type

public string Type { get; set; }

The affected resource type.

Property Value
TypeDescription
string

UserEmail

public string UserEmail { get; set; }

Email address of the authenticated user.

Property Value
TypeDescription
string