Skip to main content

Update Dialogflow Agent

Updates a Dialogflow Agent by ID.

Path Parameters
id uuid REQUIRED

The ID of the Dialogflow Agent

Request Body REQUIRED
name string
say_enabled boolean
say string
voice string
Responses
200

A Dialogflow Agent

Schema OPTIONAL
id uuid OPTIONAL
project_id uuid OPTIONAL
display_name string OPTIONAL
type string OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL
dialogflow_agent object OPTIONAL
id uuid OPTIONAL

A unique identifier for the Dialogflow Agent

say_enabled boolean OPTIONAL
say string OPTIONAL
voice string OPTIONAL
display_name string OPTIONAL
dialogflow_reference_id uuid OPTIONAL
dialogflow_reference_name string OPTIONAL
422

Unprocessable Entity

Schema OPTIONAL
type string
code string
message string
attribute string OPTIONAL
url uri