How to use the azure-cognitiveservices-language-luis.azure.cognitiveservices.language.luis.authoring.models.intents_suggestion_example_py3.IntentsSuggestionExample function in azure-cognitiveservices-language-luis

To help you get started, we’ve selected a few azure-cognitiveservices-language-luis examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-cognitiveservices-language-luis / azure / cognitiveservices / language / luis / authoring / models / intents_suggestion_example_py3.py View on Github external
def __init__(self, *, text: str=None, tokenized_text=None, intent_predictions=None, entity_predictions=None, **kwargs) -> None:
        super(IntentsSuggestionExample, self).__init__(**kwargs)
        self.text = text
        self.tokenized_text = tokenized_text
        self.intent_predictions = intent_predictions
        self.entity_predictions = entity_predictions

azure-cognitiveservices-language-luis

Microsoft Azure Cognitive Services LUIS Client Library for Python

MIT
Latest version published 4 years ago

Package Health Score

66 / 100
Full package analysis

Popular azure-cognitiveservices-language-luis functions

Similar packages