{
"sections": [
"title",
"description",
"file_information",
"fields",
"wsdl_segment"
],
"title": "AiPluginUtteranceDef - Metadata API",
"description": "Represents an utterance that can be used to pick a topic during runtime.",
"file_information": "AiPluginUtteranceDef components are part of other components, such as GenAiPlugin, and aren't used separately.",
"fields_columns": [
"type",
"required",
"description"
],
"fields": {
"developerName": {
"type": "string",
"required": true,
"description": "Represents the API name of the utterance. Can contain only underscores and alphanumeric characters and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores."
},
"language": {
"type": "string",
"required": true,
"description": "The language of the utterance."
},
"masterLabel": {
"type": "string",
"required": true,
"description": "The master label for the utterance."
},
"utterance": {
"type": "string",
"required": true,
"description": "The utterance."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```"
}