Skip to main content

Update Dialogflow Agent

PUT 

/resources/dialogflow_agents/:id

Updates a Dialogflow Agent by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the Dialogflow Agent

Body

required

    name string
    say_enabled boolean
    say string
    voice string

Responses

A Dialogflow Agent

Schema

    id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    dialogflow_agent

    object

    id uuid

    A unique identifier for the Dialogflow Agent

    say_enabled boolean
    say string
    voice string
    display_name string
    dialogflow_reference_id uuid
    dialogflow_reference_name string
Loading...