Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Action.
Configuration of a Connection operation for the tool to use.
Generated from protobuf message google.cloud.dialogflow.v2.Tool.ConnectorTool.Action
Namespace
Google \ Cloud \ Dialogflow \ V2 \ Tool \ ConnectorToolMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ connection_action_id
string
ID of a Connection action for the tool to use.
↳ entity_operation
↳ input_fields
array
Optional. Entity fields to use as inputs for the operation. If no fields are specified, all fields of the Entity will be used.
↳ output_fields
array
Optional. Entity fields to return from the operation. If no fields are specified, all fields of the Entity will be returned.
getConnectionActionId
ID of a Connection action for the tool to use.
string
hasConnectionActionId
setConnectionActionId
ID of a Connection action for the tool to use.
var
string
$this
getEntityOperation
Entity operation configuration for the tool to use.
hasEntityOperation
setEntityOperation
Entity operation configuration for the tool to use.
$this
getInputFields
Optional. Entity fields to use as inputs for the operation.
If no fields are specified, all fields of the Entity will be used.
setInputFields
Optional. Entity fields to use as inputs for the operation.
If no fields are specified, all fields of the Entity will be used.
var
string[]
$this
getOutputFields
Optional. Entity fields to return from the operation.
If no fields are specified, all fields of the Entity will be returned.
setOutputFields
Optional. Entity fields to return from the operation.
If no fields are specified, all fields of the Entity will be returned.
var
string[]
$this
getActionSpec
string

