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
characterId
character_id is a client-assigned identifier for the Character.
Request
This endpoint expects an object.
displayName
display_name is the human-readable name for the Character.
name
name is the unique resource identifier for the Character. It follows the format “characters/{character}”.
description
description provides a brief overview of the Character's purpose.
Response
OK
displayName
display_name is the human-readable name for the Character.
name
name is the unique resource identifier for the Character. It follows the format “characters/{character}”.
description
description provides a brief overview of the Character's purpose.
versions
version is the current version of the Character.
Errors
400
Bad Request Error