AnalyzeSentiment Action
Analyzes sentiments.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
text
|
Edm.String | False | False | The text to analyze. |
modelId
|
Edm.String | True | False | The model Id to use. Optional. |
language
|
Edm.String | True | False | The language of the text to analyze. |
Return type
Type | Nullable | Description |
---|---|---|
AnalyzeSentimentResponse | False | Contains the response of the AnalyzeSentiment action. |