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
Categories
Collection( Edm.String ) False False

A string array of the categories/tags.

Text
Edm.String False False

A text value to be classified.

Return Type

Type Nullable Description
AIClassifyResponse False Contains the response of the AIClassify action.

See also