Skip to main content

Updates the behaviour configuration of a conversational agent version.

PATCH 

/api/v2/AgentVersion/:agentCode/:agentVersion/behaviour

Updates the behaviour configuration of a conversational agent version.

Request

Path Parameters

    agentCode stringrequired

    The code of the agent.

    agentVersion int32required

    The version number of the agent.

Query Parameters

    culture string

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

Body

The behaviour configuration request.

    systemDefinition stringrequired

    Possible values: non-empty and <= 40000 characters

    initialMessage stringrequired

    Possible values: non-empty and <= 2000 characters

    conversationObjective stringnullable

    Possible values: <= 1000 characters

    conversationStarters string[]nullable

Responses

Behaviour configuration updated successfully.

Loading...