Get Character
Get retrieves a specific Character resource.
This RPC accepts a GetCharacterRequest with the resource name of the desired Character. The Character is retrieved and returned.
HTTP Mapping: GET “/v1/conversation/characters/{name=characters/*}”
Path parameters
character
The character id.
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