Skip to main content

List Dialogflow Agents

GET 

/resources/dialogflow_agents

List Dialogflow Agents

Responses

A list of Dialogflow Agents

Schema

  • Array [

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