afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/MlIntentUtteranceSuggestion.json

115 lines
2.8 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "MlIntentUtteranceSuggestion - Data API",
"description": "Represents a customer input, used for training purposes in the feedback loop process of a conversation. Admins can add these inputs to the intent training model. This object is available in API version 51.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ConfigId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort"
},
"IntentSuggestion": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The recommended intent."
},
"ReviewStatus": {
"type": "picklist",
"properties": "Filter, Group, Restricted Picklist, Sort",
"description": "Possible values are: Ignore, New"
},
"Utterance": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The text input from the end user."
},
"UtteranceCount": {
"type": "integer",
"properties": "Filter, Group, Sort",
"description": "A count of the Utterance field."
}
},
"field_reference": {
"ConfigId": {
"field_label": "Bot ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CurrencyIsoCode": {
"field_label": "Currency ISO Code",
"type": "picklist",
"length": "3"
},
"Id": {
"field_label": "Intent Utterance Suggestion ID",
"type": "id",
"length": "18"
},
"IntentSuggestion": {
"field_label": "Intent Suggestion",
"type": "string",
"length": "80"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"Language": {
"field_label": "Language",
"type": "picklist",
"length": "255"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"ReviewStatus": {
"field_label": "Review Status",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"Utterance": {
"field_label": "Utterance",
"type": "string",
"length": "255"
},
"UtteranceCount": {
"field_label": "Utterance Count",
"type": "int",
"digits": "9"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}