public sealed class GetChangelogRequest : IMessage<GetChangelogRequest>, IEquatable<GetChangelogRequest>, IDeepCloneable<GetChangelogRequest>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class GetChangelogRequest.
Request message for [AgentService.GetChangelog][google.cloud.ces.v1.AgentService.GetChangelog].
Implements
IMessageGetChangelogRequest, IEquatableGetChangelogRequest, IDeepCloneableGetChangelogRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
GetChangelogRequest()
public GetChangelogRequest()GetChangelogRequest(GetChangelogRequest)
public GetChangelogRequest(GetChangelogRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetChangelogRequest |
Properties
ChangelogName
public ChangelogName ChangelogName { get; set; }ChangelogName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ChangelogName |
|
Name
public string Name { get; set; }Required. The resource name of the changelog to retrieve.
| Property Value | |
|---|---|
| Type | Description |
string |
|