public sealed class Action : IMessage<Action>, IEquatable<Action>, IDeepCloneable<Action>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Action.
Configuration of an Action for the tool to use. Note: This can be either an Action or an Operation. See https://cloud.google.com/integration-connectors/docs/entities-operation-action for details.
Namespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
Action()
public Action()Action(Action)
public Action(Action other)| Parameter | |
|---|---|
| Name | Description |
other |
Action |
Properties
ActionSpecCase
public Action.ActionSpecOneofCase ActionSpecCase { get; }| Property Value | |
|---|---|
| Type | Description |
ActionActionSpecOneofCase |
|
ConnectionActionId
public string ConnectionActionId { get; set; }ID of a Connection action for the tool to use.
| Property Value | |
|---|---|
| Type | Description |
string |
|
EntityOperation
public Action.Types.EntityOperation EntityOperation { get; set; }Entity operation configuration for the tool to use.
| Property Value | |
|---|---|
| Type | Description |
ActionTypesEntityOperation |
|
HasConnectionActionId
public bool HasConnectionActionId { get; }Gets whether the "connection_action_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InputFields
public RepeatedField<string> InputFields { get; }Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
OutputFields
public RepeatedField<string> OutputFields { get; }Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|