Skip to main content

Create a conversation.

POST 

/api/v2/agent/:agentCode/conversation

Creates a conversation with the given agent code. This is required before executing an agent.

Request

Path Parameters

    agentCode stringrequired
    version int32required

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

    userIdentifier stringnullable

    inputParameters

    object[]

    nullable

  • Array [

  • key stringnullable
    value nullable
  • ]

Responses

Success

Loading...