AIClassify Action
Classifies/Categorizes the text into one of the provided categories using AI builder GPT action.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Text
|
Edm.String | False | False | A text value to be classified. |
Categories
|
Collection( Edm.String ) | False | False | A string array of the categories/tags. |
Return type
Type | Nullable | Description |
---|---|---|
AIClassifyResponse | False | Contains the response of the AIClassify action. |