How to use the azure-cognitiveservices-language-luis.azure.cognitiveservices.language.luis.authoring.models.model_info_response_py3.ModelInfoResponse 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 / model_info_response_py3.py View on Github external
def __init__(self, *, id: str, readable_type, name: str=None, type_id: int=None, roles=None, children=None, sub_lists=None, custom_prebuilt_domain_name: str=None, custom_prebuilt_model_name: str=None, regex_pattern: str=None, explicit_list=None, **kwargs) -> None:
        super(ModelInfoResponse, self).__init__(**kwargs)
        self.id = id
        self.name = name
        self.type_id = type_id
        self.readable_type = readable_type
        self.roles = roles
        self.children = children
        self.sub_lists = sub_lists
        self.custom_prebuilt_domain_name = custom_prebuilt_domain_name
        self.custom_prebuilt_model_name = custom_prebuilt_model_name
        self.regex_pattern = regex_pattern
        self.explicit_list = explicit_list

azure-cognitiveservices-language-luis

Microsoft Azure Cognitive Services LUIS Client Library for Python

MIT
Latest version published 1 month ago

Package Health Score

84 / 100
Full package analysis

Popular azure-cognitiveservices-language-luis functions

Similar packages