Dialogflow v3 API - Class Changelog (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Changelog : IMessage<Changelog>, IEquatable<Changelog>, IDeepCloneable<Changelog>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Changelog.
Changelogs represents a change made to a given agent.
Implements
IMessage Changelog, IEquatable Changelog, IDeepCloneable Changelog, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |
|