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
    Example: Booking Assistant
    say_enabled boolean
    Example: true
    say string
    Example: Welcome to the Booking Assistant
    voice string
    Example: en-US-Wavenet-D

Responses

A Dialogflow Agent

Schema

    id uuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    project_id uuid
    Example: 1313fe58-5e14-4c11-bbe7-6fdfa11fe780
    display_name string
    Example: Reception
    type string
    Example: dialogflow_agent
    created_at date-time
    Example: 2024-01-02T00:00:00Z
    updated_at date-time
    Example: 2024-01-02T00:00:00Z

    dialogflow_agent

    object

    id uuid

    A unique identifier for the Dialogflow Agent

    say_enabled boolean
    Example: true
    say string
    Example: Welcome to the Booking Assistant
    voice string
    Example: en-US-Wavenet-D
    display_name string
    Example: Booking Assistant
    dialogflow_reference_id uuid
    Example: 12345678-1234-1234-1234-1234567890ab
    dialogflow_reference_name string
    Example: my dialogflow agent