Create Character

Create creates a new Character resource.

This RPC accepts a CreateCharacterRequest containing the character details along with a unique character identifier (character_id) provided by the client. The new Character is then returned as the response.

HTTP Mapping: POST “/v1/conversation/characters”

Query parameters

characterIdstringOptional

character_id is a client-assigned identifier for the Character.

Request

This endpoint expects an object.
displayNamestringRequired

display_name is the human-readable name for the Character.

namestringOptional

name is the unique resource identifier for the Character. It follows the format “characters/{character}”.

descriptionstringOptional
description provides a brief overview of the Character's purpose.

Response

OK
displayNamestring

display_name is the human-readable name for the Character.

namestring

name is the unique resource identifier for the Character. It follows the format “characters/{character}”.

descriptionstring
description provides a brief overview of the Character's purpose.
versionslist of objectsRead-only
version is the current version of the Character.

Errors

400
Bad Request Error