Gemini Enterprise for Customer Experience v1 API - Class GetChangelogRequest (1.0.0-beta01)

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

Reference 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].

Inheritance

object > GetChangelogRequest

Namespace

Google.Cloud.Ces.V1

Assembly

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