Request for the DataConnectorService.ExecuteAction
method.
JSON representation |
---|
{
"name": string,
"actionName": string,
"args": {
object
},
"languageCode": string,
"assistAnswerInfo": {
object ( |
Fields | |
---|---|
name |
Required. The data connector used for executing the action. |
action |
Required. name of the action. For example: "send_email" |
args |
Required. Named arguments of the action. For example: When offered to a user, this part might be editable. |
language |
Optional. Language to be used for status and error messages created by actions. |
assist |
Optional. If specified, the result of the action execution will be associated with the given assist answer. This lets the assistant take the result into account in subsequent answers in the same session. The referenced assist answer resource must exist. |
AssistAnswerInfo
Message that identifes an action invocation in the assist answer.
JSON representation |
---|
{ "assistAnswer": string, "invocationId": string } |
Fields | |
---|---|
assist |
Required. name of the assist answer. Format: |
invocation |
Required. The action invocation id. |