Reference documentation and code samples for the Google Cloud Ces V1 Client class PersonaProperty.
Represents the persona property of a channel.
Generated from protobuf message google.cloud.ces.v1.ChannelProfile.PersonaProperty
Namespace
Google \ Cloud \ Ces \ V1 \ ChannelProfileMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ persona |
int
Optional. The persona of the channel. |
getPersona
Optional. The persona of the channel.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Persona. |
setPersona
Optional. The persona of the channel.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Persona. |
| Returns | |
|---|---|
| Type | Description |
$this |
|