public sealed class ChannelProfile.Types.PersonaProperty : IMessage<ChannelProfile.Types.PersonaProperty>, IEquatable<ChannelProfile.Types.PersonaProperty>, IDeepCloneable<ChannelProfile.Types.PersonaProperty>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ChannelProfile.Types.PersonaProperty.
Represents the persona property of a channel.
Implements
IMessageChannelProfileTypesPersonaProperty, IEquatableChannelProfileTypesPersonaProperty, IDeepCloneableChannelProfileTypesPersonaProperty, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
PersonaProperty()
public PersonaProperty()PersonaProperty(PersonaProperty)
public PersonaProperty(ChannelProfile.Types.PersonaProperty other)| Parameter | |
|---|---|
| Name | Description |
other |
ChannelProfileTypesPersonaProperty |
Properties
Persona
public ChannelProfile.Types.PersonaProperty.Types.Persona Persona { get; set; }Optional. The persona of the channel.
| Property Value | |
|---|---|
| Type | Description |
ChannelProfileTypesPersonaPropertyTypesPersona |
|