Skip to main content

Get Dialogflow Agent

GET 

/resources/dialogflow_agents/:id

Returns a Dialogflow Agent by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the Dialogflow Agent

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...