Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + func UserAgent() string + func Version() string + type AppVersionSettingObject struct + Name *string + Value *string + type ApplicationCreateObject struct + Culture *string + Description *string + Domain *string + InitialVersionID *string + Name *string + UsageScenario *string + type ApplicationInfoResponse struct + ActiveVersion *string + CreatedDateTime *string + Culture *string + Description *string + Domain *string + EndpointHitsCount *int32 + Endpoints interface{} + ID *uuid.UUID + Name *string + UsageScenario *string + VersionsCount *int32 + type ApplicationPublishObject struct + IsStaging *bool + VersionID *string + type ApplicationSettingUpdateObject struct + IsPublic *bool + type ApplicationSettings struct + ID *uuid.UUID + IsPublic *bool + type ApplicationUpdateObject struct + Description *string + Name *string + type AppsClient struct + func NewAppsClient(endpoint string) AppsClient + func (client AppsClient) Add(ctx context.Context, applicationCreateObject ApplicationCreateObject) (result UUID, err error) + func (client AppsClient) AddCustomPrebuiltDomain(ctx context.Context, prebuiltDomainCreateObject PrebuiltDomainCreateObject) (result UUID, err error) + func (client AppsClient) AddCustomPrebuiltDomainPreparer(ctx context.Context, prebuiltDomainCreateObject PrebuiltDomainCreateObject) (*http.Request, error) + func (client AppsClient) AddCustomPrebuiltDomainResponder(resp *http.Response) (result UUID, err error) + func (client AppsClient) AddCustomPrebuiltDomainSender(req *http.Request) (*http.Response, error) + func (client AppsClient) AddPreparer(ctx context.Context, applicationCreateObject ApplicationCreateObject) (*http.Request, error) + func (client AppsClient) AddResponder(resp *http.Response) (result UUID, err error) + func (client AppsClient) AddSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Delete(ctx context.Context, appID uuid.UUID, force *bool) (result OperationStatus, err error) + func (client AppsClient) DeletePreparer(ctx context.Context, appID uuid.UUID, force *bool) (*http.Request, error) + func (client AppsClient) DeleteResponder(resp *http.Response) (result OperationStatus, err error) + func (client AppsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AppsClient) DownloadQueryLogs(ctx context.Context, appID uuid.UUID) (result ReadCloser, err error) + func (client AppsClient) DownloadQueryLogsPreparer(ctx context.Context, appID uuid.UUID) (*http.Request, error) + func (client AppsClient) DownloadQueryLogsResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) DownloadQueryLogsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Get(ctx context.Context, appID uuid.UUID) (result ApplicationInfoResponse, err error) + func (client AppsClient) GetPreparer(ctx context.Context, appID uuid.UUID) (*http.Request, error) + func (client AppsClient) GetPublishSettings(ctx context.Context, appID uuid.UUID) (result PublishSettings, err error) + func (client AppsClient) GetPublishSettingsPreparer(ctx context.Context, appID uuid.UUID) (*http.Request, error) + func (client AppsClient) GetPublishSettingsResponder(resp *http.Response) (result PublishSettings, err error) + func (client AppsClient) GetPublishSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetResponder(resp *http.Response) (result ApplicationInfoResponse, err error) + func (client AppsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AppsClient) GetSettings(ctx context.Context, appID uuid.UUID) (result ApplicationSettings, err error) + func (client AppsClient) GetSettingsPreparer(ctx context.Context, appID uuid.UUID) (*http.Request, error) + func (client AppsClient) GetSettingsResponder(resp *http.Response) (result ApplicationSettings, err error) + func (client AppsClient) GetSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Import(ctx context.Context, luisApp LuisApp, appName string) (result UUID, err error) + func (client AppsClient) ImportPreparer(ctx context.Context, luisApp LuisApp, appName string) (*http.Request, error) + func (client AppsClient) ImportResponder(resp *http.Response) (result UUID, err error) + func (client AppsClient) ImportSender(req *http.Request) (*http.Response, error) + func (client AppsClient) List(ctx context.Context, skip *int32, take *int32) (result ListApplicationInfoResponse, err error) + func (client AppsClient) ListAvailableCustomPrebuiltDomains(ctx context.Context) (result ListPrebuiltDomain, err error) + func (client AppsClient) ListAvailableCustomPrebuiltDomainsForCulture(ctx context.Context, culture string) (result ListPrebuiltDomain, err error) + func (client AppsClient) ListAvailableCustomPrebuiltDomainsForCulturePreparer(ctx context.Context, culture string) (*http.Request, error) + func (client AppsClient) ListAvailableCustomPrebuiltDomainsForCultureResponder(resp *http.Response) (result ListPrebuiltDomain, err error) + func (client AppsClient) ListAvailableCustomPrebuiltDomainsForCultureSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListAvailableCustomPrebuiltDomainsPreparer(ctx context.Context) (*http.Request, error) + func (client AppsClient) ListAvailableCustomPrebuiltDomainsResponder(resp *http.Response) (result ListPrebuiltDomain, err error) + func (client AppsClient) ListAvailableCustomPrebuiltDomainsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListCortanaEndpoints(ctx context.Context) (result PersonalAssistantsResponse, err error) + func (client AppsClient) ListCortanaEndpointsPreparer(ctx context.Context) (*http.Request, error) + func (client AppsClient) ListCortanaEndpointsResponder(resp *http.Response) (result PersonalAssistantsResponse, err error) + func (client AppsClient) ListCortanaEndpointsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListDomains(ctx context.Context) (result ListString, err error) + func (client AppsClient) ListDomainsPreparer(ctx context.Context) (*http.Request, error) + func (client AppsClient) ListDomainsResponder(resp *http.Response) (result ListString, err error) + func (client AppsClient) ListDomainsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListEndpoints(ctx context.Context, appID uuid.UUID) (result SetString, err error) + func (client AppsClient) ListEndpointsPreparer(ctx context.Context, appID uuid.UUID) (*http.Request, error) + func (client AppsClient) ListEndpointsResponder(resp *http.Response) (result SetString, err error) + func (client AppsClient) ListEndpointsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListPreparer(ctx context.Context, skip *int32, take *int32) (*http.Request, error) + func (client AppsClient) ListResponder(resp *http.Response) (result ListApplicationInfoResponse, err error) + func (client AppsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListSupportedCultures(ctx context.Context) (result ListAvailableCulture, err error) + func (client AppsClient) ListSupportedCulturesPreparer(ctx context.Context) (*http.Request, error) + func (client AppsClient) ListSupportedCulturesResponder(resp *http.Response) (result ListAvailableCulture, err error) + func (client AppsClient) ListSupportedCulturesSender(req *http.Request) (*http.Response, error) + func (client AppsClient) ListUsageScenarios(ctx context.Context) (result ListString, err error) + func (client AppsClient) ListUsageScenariosPreparer(ctx context.Context) (*http.Request, error) + func (client AppsClient) ListUsageScenariosResponder(resp *http.Response) (result ListString, err error) + func (client AppsClient) ListUsageScenariosSender(req *http.Request) (*http.Response, error) + func (client AppsClient) PackagePublishedApplicationAsGzip(ctx context.Context, appID uuid.UUID, slotName string) (result ReadCloser, err error) + func (client AppsClient) PackagePublishedApplicationAsGzipPreparer(ctx context.Context, appID uuid.UUID, slotName string) (*http.Request, error) + func (client AppsClient) PackagePublishedApplicationAsGzipResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) PackagePublishedApplicationAsGzipSender(req *http.Request) (*http.Response, error) + func (client AppsClient) PackageTrainedApplicationAsGzip(ctx context.Context, appID uuid.UUID, versionID string) (result ReadCloser, err error) + func (client AppsClient) PackageTrainedApplicationAsGzipPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client AppsClient) PackageTrainedApplicationAsGzipResponder(resp *http.Response) (result ReadCloser, err error) + func (client AppsClient) PackageTrainedApplicationAsGzipSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Publish(ctx context.Context, appID uuid.UUID, ...) (result ProductionOrStagingEndpointInfo, err error) + func (client AppsClient) PublishPreparer(ctx context.Context, appID uuid.UUID, ...) (*http.Request, error) + func (client AppsClient) PublishResponder(resp *http.Response) (result ProductionOrStagingEndpointInfo, err error) + func (client AppsClient) PublishSender(req *http.Request) (*http.Response, error) + func (client AppsClient) Update(ctx context.Context, appID uuid.UUID, ...) (result OperationStatus, err error) + func (client AppsClient) UpdatePreparer(ctx context.Context, appID uuid.UUID, ...) (*http.Request, error) + func (client AppsClient) UpdatePublishSettings(ctx context.Context, appID uuid.UUID, ...) (result OperationStatus, err error) + func (client AppsClient) UpdatePublishSettingsPreparer(ctx context.Context, appID uuid.UUID, ...) (*http.Request, error) + func (client AppsClient) UpdatePublishSettingsResponder(resp *http.Response) (result OperationStatus, err error) + func (client AppsClient) UpdatePublishSettingsSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateResponder(resp *http.Response) (result OperationStatus, err error) + func (client AppsClient) UpdateSender(req *http.Request) (*http.Response, error) + func (client AppsClient) UpdateSettings(ctx context.Context, appID uuid.UUID, ...) (result OperationStatus, err error) + func (client AppsClient) UpdateSettingsPreparer(ctx context.Context, appID uuid.UUID, ...) (*http.Request, error) + func (client AppsClient) UpdateSettingsResponder(resp *http.Response) (result OperationStatus, err error) + func (client AppsClient) UpdateSettingsSender(req *http.Request) (*http.Response, error) + type AvailableCulture struct + Code *string + Name *string + type AvailablePrebuiltEntityModel struct + Description *string + Examples *string + Name *string + type AzureAccountInfoObject struct + AccountName *string + AzureSubscriptionID *string + ResourceGroup *string + type AzureAccountsClient struct + func NewAzureAccountsClient(endpoint string) AzureAccountsClient + func (client AzureAccountsClient) AssignToApp(ctx context.Context, appID uuid.UUID, ...) (result OperationStatus, err error) + func (client AzureAccountsClient) AssignToAppPreparer(ctx context.Context, appID uuid.UUID, ...) (*http.Request, error) + func (client AzureAccountsClient) AssignToAppResponder(resp *http.Response) (result OperationStatus, err error) + func (client AzureAccountsClient) AssignToAppSender(req *http.Request) (*http.Response, error) + func (client AzureAccountsClient) GetAssigned(ctx context.Context, appID uuid.UUID) (result ListAzureAccountInfoObject, err error) + func (client AzureAccountsClient) GetAssignedPreparer(ctx context.Context, appID uuid.UUID) (*http.Request, error) + func (client AzureAccountsClient) GetAssignedResponder(resp *http.Response) (result ListAzureAccountInfoObject, err error) + func (client AzureAccountsClient) GetAssignedSender(req *http.Request) (*http.Response, error) + func (client AzureAccountsClient) ListUserLUISAccounts(ctx context.Context) (result ListAzureAccountInfoObject, err error) + func (client AzureAccountsClient) ListUserLUISAccountsPreparer(ctx context.Context) (*http.Request, error) + func (client AzureAccountsClient) ListUserLUISAccountsResponder(resp *http.Response) (result ListAzureAccountInfoObject, err error) + func (client AzureAccountsClient) ListUserLUISAccountsSender(req *http.Request) (*http.Response, error) + func (client AzureAccountsClient) RemoveFromApp(ctx context.Context, appID uuid.UUID, ...) (result OperationStatus, err error) + func (client AzureAccountsClient) RemoveFromAppPreparer(ctx context.Context, appID uuid.UUID, ...) (*http.Request, error) + func (client AzureAccountsClient) RemoveFromAppResponder(resp *http.Response) (result OperationStatus, err error) + func (client AzureAccountsClient) RemoveFromAppSender(req *http.Request) (*http.Response, error) + type BaseClient struct + Endpoint string + func New(endpoint string) BaseClient + func NewWithoutDefaults(endpoint string) BaseClient + type BatchLabelExample struct + Error *OperationStatus + HasError *bool + Value *LabelExampleResponse + type ChildEntity struct + ID *uuid.UUID + Name *string + type ClosedList struct + Name *string + Roles *[]string + SubLists *[]SubClosedList + type ClosedListEntityExtractor struct + ID *uuid.UUID + Name *string + ReadableType ReadableType4 + Roles *[]EntityRole + SubLists *[]SubClosedListResponse + TypeID *int32 + type ClosedListModelCreateObject struct + Name *string + SubLists *[]WordListObject + type ClosedListModelPatchObject struct + SubLists *[]WordListObject + type ClosedListModelUpdateObject struct + Name *string + SubLists *[]WordListObject + type CollaboratorsArray struct + Emails *[]string + type CompositeChildModelCreateObject struct + Name *string + type CompositeEntityExtractor struct + Children *[]ChildEntity + ID *uuid.UUID + Name *string + ReadableType ReadableType3 + Roles *[]EntityRole + TypeID *int32 + type CompositeEntityModel struct + Children *[]string + Name *string + type CustomPrebuiltModel struct + CustomPrebuiltDomainName *string + CustomPrebuiltModelName *string + ID *uuid.UUID + Name *string + ReadableType ReadableType7 + Roles *[]EntityRole + TypeID *int32 + type EndpointInfo struct + AssignedEndpointKey *string + EndpointRegion *string + EndpointURL *string + FailedRegions *string + IsStaging *bool + PublishedDateTime *string + Region *string + VersionID *string + type EnqueueTrainingResponse struct + Status Status + StatusID *int32 + type EntitiesSuggestionExample struct + EntityPredictions *[]EntityPrediction + IntentPredictions *[]IntentPrediction + Text *string + TokenizedText *[]string + type EntityExtractor struct + CustomPrebuiltDomainName *string + CustomPrebuiltModelName *string + ID *uuid.UUID + Name *string + ReadableType ReadableType8 + Roles *[]EntityRole + TypeID *int32 + type EntityLabel struct + EndTokenIndex *int32 + EntityName *string + Role *string + RoleID *string + StartTokenIndex *int32 + type EntityLabelObject struct + EndCharIndex *int32 + EntityName *string + Role *string + StartCharIndex *int32 + type EntityModelInfo struct + ID *uuid.UUID + Name *string + ReadableType ReadableType + Roles *[]EntityRole + TypeID *int32 + type EntityPrediction struct + EndTokenIndex *int32 + EntityName *string + Phrase *string + StartTokenIndex *int32 + type EntityRole struct + ID *uuid.UUID + Name *string + type EntityRoleCreateObject struct + Name *string + type EntityRoleUpdateObject struct + Name *string + type ErrorResponse struct + AdditionalProperties map[string]interface{} + ErrorType *string + func (er *ErrorResponse) UnmarshalJSON(body []byte) error + func (er ErrorResponse) MarshalJSON() ([]byte, error) + type ExampleLabelObject struct + EntityLabels *[]EntityLabelObject + IntentName *string + Text *string + type ExamplesClient struct + func NewExamplesClient(endpoint string) ExamplesClient + func (client ExamplesClient) Add(ctx context.Context, appID uuid.UUID, versionID string, ...) (result LabelExampleResponse, err error) + func (client ExamplesClient) AddPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ExamplesClient) AddResponder(resp *http.Response) (result LabelExampleResponse, err error) + func (client ExamplesClient) AddSender(req *http.Request) (*http.Response, error) + func (client ExamplesClient) Batch(ctx context.Context, appID uuid.UUID, versionID string, ...) (result ListBatchLabelExample, err error) + func (client ExamplesClient) BatchPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ExamplesClient) BatchResponder(resp *http.Response) (result ListBatchLabelExample, err error) + func (client ExamplesClient) BatchSender(req *http.Request) (*http.Response, error) + func (client ExamplesClient) Delete(ctx context.Context, appID uuid.UUID, versionID string, exampleID int32) (result OperationStatus, err error) + func (client ExamplesClient) DeletePreparer(ctx context.Context, appID uuid.UUID, versionID string, exampleID int32) (*http.Request, error) + func (client ExamplesClient) DeleteResponder(resp *http.Response) (result OperationStatus, err error) + func (client ExamplesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ExamplesClient) List(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListLabeledUtterance, err error) + func (client ExamplesClient) ListPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ExamplesClient) ListResponder(resp *http.Response) (result ListLabeledUtterance, err error) + func (client ExamplesClient) ListSender(req *http.Request) (*http.Response, error) + type ExplicitListItem struct + ExplicitListItem *string + ID *int64 + type ExplicitListItemCreateObject struct + ExplicitListItem *string + type ExplicitListItemUpdateObject struct + ExplicitListItem *string + type FeatureInfoObject struct + ID *int32 + IsActive *bool + Name *string + type FeaturesClient struct + func NewFeaturesClient(endpoint string) FeaturesClient + func (client FeaturesClient) AddPhraseList(ctx context.Context, appID uuid.UUID, versionID string, ...) (result Int32, err error) + func (client FeaturesClient) AddPhraseListPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client FeaturesClient) AddPhraseListResponder(resp *http.Response) (result Int32, err error) + func (client FeaturesClient) AddPhraseListSender(req *http.Request) (*http.Response, error) + func (client FeaturesClient) DeletePhraseList(ctx context.Context, appID uuid.UUID, versionID string, phraselistID int32) (result OperationStatus, err error) + func (client FeaturesClient) DeletePhraseListPreparer(ctx context.Context, appID uuid.UUID, versionID string, phraselistID int32) (*http.Request, error) + func (client FeaturesClient) DeletePhraseListResponder(resp *http.Response) (result OperationStatus, err error) + func (client FeaturesClient) DeletePhraseListSender(req *http.Request) (*http.Response, error) + func (client FeaturesClient) GetPhraseList(ctx context.Context, appID uuid.UUID, versionID string, phraselistID int32) (result PhraseListFeatureInfo, err error) + func (client FeaturesClient) GetPhraseListPreparer(ctx context.Context, appID uuid.UUID, versionID string, phraselistID int32) (*http.Request, error) + func (client FeaturesClient) GetPhraseListResponder(resp *http.Response) (result PhraseListFeatureInfo, err error) + func (client FeaturesClient) GetPhraseListSender(req *http.Request) (*http.Response, error) + func (client FeaturesClient) List(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result FeaturesResponseObject, err error) + func (client FeaturesClient) ListApplicationVersionPatternFeatures(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListPatternFeatureInfo, err error) + func (client FeaturesClient) ListApplicationVersionPatternFeaturesPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client FeaturesClient) ListApplicationVersionPatternFeaturesResponder(resp *http.Response) (result ListPatternFeatureInfo, err error) + func (client FeaturesClient) ListApplicationVersionPatternFeaturesSender(req *http.Request) (*http.Response, error) + func (client FeaturesClient) ListPhraseLists(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListPhraseListFeatureInfo, err error) + func (client FeaturesClient) ListPhraseListsPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client FeaturesClient) ListPhraseListsResponder(resp *http.Response) (result ListPhraseListFeatureInfo, err error) + func (client FeaturesClient) ListPhraseListsSender(req *http.Request) (*http.Response, error) + func (client FeaturesClient) ListPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client FeaturesClient) ListResponder(resp *http.Response) (result FeaturesResponseObject, err error) + func (client FeaturesClient) ListSender(req *http.Request) (*http.Response, error) + func (client FeaturesClient) UpdatePhraseList(ctx context.Context, appID uuid.UUID, versionID string, phraselistID int32, ...) (result OperationStatus, err error) + func (client FeaturesClient) UpdatePhraseListPreparer(ctx context.Context, appID uuid.UUID, versionID string, phraselistID int32, ...) (*http.Request, error) + func (client FeaturesClient) UpdatePhraseListResponder(resp *http.Response) (result OperationStatus, err error) + func (client FeaturesClient) UpdatePhraseListSender(req *http.Request) (*http.Response, error) + type FeaturesResponseObject struct + PatternFeatures *[]PatternFeatureInfo + PhraselistFeatures *[]PhraseListFeatureInfo + type HierarchicalChildEntity struct + ID *uuid.UUID + Name *string + ReadableType ReadableType6 + TypeID *int32 + type HierarchicalChildModelCreateObject struct + Name *string + type HierarchicalChildModelUpdateObject struct + Name *string + type HierarchicalEntityExtractor struct + Children *[]ChildEntity + ID *uuid.UUID + Name *string + ReadableType ReadableType2 + Roles *[]EntityRole + TypeID *int32 + type HierarchicalEntityModel struct + Children *[]string + Name *string + type HierarchicalModel struct + Children *[]string + Inherits *PrebuiltDomainObject + Name *string + Roles *[]string + type Int32 struct + Value *int32 + type Int64 struct + Value *int64 + type IntentClassifier struct + CustomPrebuiltDomainName *string + CustomPrebuiltModelName *string + ID *uuid.UUID + Name *string + ReadableType ReadableType + TypeID *int32 + type IntentPrediction struct + Name *string + Score *float64 + type IntentsSuggestionExample struct + EntityPredictions *[]EntityPrediction + IntentPredictions *[]IntentPrediction + Text *string + TokenizedText *[]string + type JSONEntity struct + EndPos *int32 + Entity *string + Role *string + StartPos *int32 + type JSONModelFeature struct + Activated *bool + Mode *bool + Name *string + Words *string + type JSONRegexFeature struct + Activated *bool + Name *string + Pattern *string + type JSONUtterance struct + Entities *[]JSONEntity + Intent *string + Text *string + type LabelExampleResponse struct + ExampleID *int32 + UtteranceText *string + type LabelTextObject struct + ID *int32 + Text *string + type LabeledUtterance struct + EntityLabels *[]EntityLabel + EntityPredictions *[]EntityPrediction + ID *int32 + IntentLabel *string + IntentPredictions *[]IntentPrediction + Text *string + TokenizedText *[]string + type ListAppVersionSettingObject struct + Value *[]AppVersionSettingObject + type ListApplicationInfoResponse struct + Value *[]ApplicationInfoResponse + type ListAvailableCulture struct + Value *[]AvailableCulture + type ListAvailablePrebuiltEntityModel struct + Value *[]AvailablePrebuiltEntityModel + type ListAzureAccountInfoObject struct + Value *[]AzureAccountInfoObject + type ListBatchLabelExample struct + Value *[]BatchLabelExample + type ListClosedListEntityExtractor struct + Value *[]ClosedListEntityExtractor + type ListCompositeEntityExtractor struct + Value *[]CompositeEntityExtractor + type ListCustomPrebuiltModel struct + Value *[]CustomPrebuiltModel + type ListEntitiesSuggestionExample struct + Value *[]EntitiesSuggestionExample + type ListEntityExtractor struct + Value *[]EntityExtractor + type ListEntityRole struct + Value *[]EntityRole + type ListExplicitListItem struct + Value *[]ExplicitListItem + type ListHierarchicalEntityExtractor struct + Value *[]HierarchicalEntityExtractor + type ListIntentClassifier struct + Value *[]IntentClassifier + type ListIntentsSuggestionExample struct + Value *[]IntentsSuggestionExample + type ListLabelTextObject struct + Value *[]LabelTextObject + type ListLabeledUtterance struct + Value *[]LabeledUtterance + type ListModelInfoResponse struct + Value *[]ModelInfoResponse + type ListModelTrainingInfo struct + Value *[]ModelTrainingInfo + type ListPatternAnyEntityExtractor struct + Value *[]PatternAnyEntityExtractor + type ListPatternFeatureInfo struct + Value *[]PatternFeatureInfo + type ListPatternRuleInfo struct + Value *[]PatternRuleInfo + type ListPhraseListFeatureInfo struct + Value *[]PhraseListFeatureInfo + type ListPrebuiltDomain struct + Value *[]PrebuiltDomain + type ListPrebuiltEntityExtractor struct + Value *[]PrebuiltEntityExtractor + type ListRegexEntityExtractor struct + Value *[]RegexEntityExtractor + type ListString struct + Value *[]string + type ListUUID struct + Value *[]uuid.UUID + type ListVersionInfo struct + Value *[]VersionInfo + type LuisApp struct + AdditionalProperties map[string]interface{} + ClosedLists *[]ClosedList + Composites *[]HierarchicalModel + Culture *string + Desc *string + Entities *[]HierarchicalModel + Intents *[]HierarchicalModel + ModelFeatures *[]JSONModelFeature + Name *string + PatternAnyEntities *[]PatternAny + Patterns *[]PatternRule + PrebuiltEntities *[]PrebuiltEntity + RegexEntities *[]RegexEntity + RegexFeatures *[]JSONRegexFeature + Utterances *[]JSONUtterance + VersionID *string + func (la *LuisApp) UnmarshalJSON(body []byte) error + func (la LuisApp) MarshalJSON() ([]byte, error) + type ModelClient struct + func NewModelClient(endpoint string) ModelClient + func (client ModelClient) AddClosedList(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) AddClosedListPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddClosedListResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddClosedListSender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddCompositeEntity(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) AddCompositeEntityChild(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) AddCompositeEntityChildPreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) AddCompositeEntityChildResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddCompositeEntityChildSender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddCompositeEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddCompositeEntityResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddCompositeEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddCustomPrebuiltDomain(ctx context.Context, appID uuid.UUID, versionID string, ...) (result ListUUID, err error) + func (client ModelClient) AddCustomPrebuiltDomainPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddCustomPrebuiltDomainResponder(resp *http.Response) (result ListUUID, err error) + func (client ModelClient) AddCustomPrebuiltDomainSender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddCustomPrebuiltEntity(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) AddCustomPrebuiltEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddCustomPrebuiltEntityResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddCustomPrebuiltEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddCustomPrebuiltIntent(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) AddCustomPrebuiltIntentPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddCustomPrebuiltIntentResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddCustomPrebuiltIntentSender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddEntity(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) AddEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddEntityResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddExplicitListItem(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result Int32, err error) + func (client ModelClient) AddExplicitListItemPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) AddExplicitListItemResponder(resp *http.Response) (result Int32, err error) + func (client ModelClient) AddExplicitListItemSender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddHierarchicalEntity(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) AddHierarchicalEntityChild(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) AddHierarchicalEntityChildPreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) AddHierarchicalEntityChildResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddHierarchicalEntityChildSender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddHierarchicalEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddHierarchicalEntityResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddHierarchicalEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddIntent(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) AddIntentPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddIntentResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) AddIntentSender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddPrebuilt(ctx context.Context, appID uuid.UUID, versionID string, ...) (result ListPrebuiltEntityExtractor, err error) + func (client ModelClient) AddPrebuiltPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) AddPrebuiltResponder(resp *http.Response) (result ListPrebuiltEntityExtractor, err error) + func (client ModelClient) AddPrebuiltSender(req *http.Request) (*http.Response, error) + func (client ModelClient) AddSubList(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (result Int64, err error) + func (client ModelClient) AddSubListPreparer(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) AddSubListResponder(resp *http.Response) (result Int64, err error) + func (client ModelClient) AddSubListSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreateClosedListEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) CreateClosedListEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) CreateClosedListEntityRoleResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreateClosedListEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreateCompositeEntityRole(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) CreateCompositeEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) CreateCompositeEntityRoleResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreateCompositeEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreateCustomPrebuiltEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) CreateCustomPrebuiltEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) CreateCustomPrebuiltEntityRoleResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreateCustomPrebuiltEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreateEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) CreateEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) CreateEntityRoleResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreateEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreateHierarchicalEntityRole(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) CreateHierarchicalEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) CreateHierarchicalEntityRoleResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreateHierarchicalEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreatePatternAnyEntityModel(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) CreatePatternAnyEntityModelPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) CreatePatternAnyEntityModelResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreatePatternAnyEntityModelSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreatePatternAnyEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) CreatePatternAnyEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) CreatePatternAnyEntityRoleResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreatePatternAnyEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreatePrebuiltEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) CreatePrebuiltEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) CreatePrebuiltEntityRoleResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreatePrebuiltEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreateRegexEntityModel(ctx context.Context, appID uuid.UUID, versionID string, ...) (result UUID, err error) + func (client ModelClient) CreateRegexEntityModelPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) CreateRegexEntityModelResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreateRegexEntityModelSender(req *http.Request) (*http.Response, error) + func (client ModelClient) CreateRegexEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result UUID, err error) + func (client ModelClient) CreateRegexEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) CreateRegexEntityRoleResponder(resp *http.Response) (result UUID, err error) + func (client ModelClient) CreateRegexEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteClosedList(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID) (result OperationStatus, err error) + func (client ModelClient) DeleteClosedListEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteClosedListEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteClosedListEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteClosedListEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteClosedListPreparer(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID) (*http.Request, error) + func (client ModelClient) DeleteClosedListResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteClosedListSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteCompositeEntity(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID) (result OperationStatus, err error) + func (client ModelClient) DeleteCompositeEntityChild(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteCompositeEntityChildPreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteCompositeEntityChildResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteCompositeEntityChildSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteCompositeEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID) (*http.Request, error) + func (client ModelClient) DeleteCompositeEntityResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteCompositeEntityRole(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteCompositeEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteCompositeEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteCompositeEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteCompositeEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteCustomEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteCustomEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteCustomEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteCustomEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteCustomPrebuiltDomain(ctx context.Context, appID uuid.UUID, versionID string, domainName string) (result OperationStatus, err error) + func (client ModelClient) DeleteCustomPrebuiltDomainPreparer(ctx context.Context, appID uuid.UUID, versionID string, domainName string) (*http.Request, error) + func (client ModelClient) DeleteCustomPrebuiltDomainResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteCustomPrebuiltDomainSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteEntity(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result OperationStatus, err error) + func (client ModelClient) DeleteEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) DeleteEntityResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteExplicitListItem(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteExplicitListItemPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteExplicitListItemResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteExplicitListItemSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteHierarchicalEntity(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID) (result OperationStatus, err error) + func (client ModelClient) DeleteHierarchicalEntityChild(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteHierarchicalEntityChildPreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteHierarchicalEntityChildResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteHierarchicalEntityChildSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteHierarchicalEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID) (*http.Request, error) + func (client ModelClient) DeleteHierarchicalEntityResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteHierarchicalEntityRole(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteHierarchicalEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteHierarchicalEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteHierarchicalEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteHierarchicalEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteIntent(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteIntentPreparer(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteIntentResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteIntentSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeletePatternAnyEntityModel(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result OperationStatus, err error) + func (client ModelClient) DeletePatternAnyEntityModelPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) DeletePatternAnyEntityModelResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeletePatternAnyEntityModelSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeletePatternAnyEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeletePatternAnyEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeletePatternAnyEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeletePatternAnyEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeletePrebuilt(ctx context.Context, appID uuid.UUID, versionID string, prebuiltID uuid.UUID) (result OperationStatus, err error) + func (client ModelClient) DeletePrebuiltEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeletePrebuiltEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeletePrebuiltEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeletePrebuiltEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeletePrebuiltPreparer(ctx context.Context, appID uuid.UUID, versionID string, prebuiltID uuid.UUID) (*http.Request, error) + func (client ModelClient) DeletePrebuiltResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeletePrebuiltSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteRegexEntityModel(ctx context.Context, appID uuid.UUID, versionID string, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteRegexEntityModelPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) DeleteRegexEntityModelResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteRegexEntityModelSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteRegexEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteRegexEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteRegexEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteRegexEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) DeleteSubList(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) DeleteSubListPreparer(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) DeleteSubListResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) DeleteSubListSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ExamplesMethod(ctx context.Context, appID uuid.UUID, versionID string, modelID string, ...) (result ListLabelTextObject, err error) + func (client ModelClient) ExamplesMethodPreparer(ctx context.Context, appID uuid.UUID, versionID string, modelID string, ...) (*http.Request, error) + func (client ModelClient) ExamplesMethodResponder(resp *http.Response) (result ListLabelTextObject, err error) + func (client ModelClient) ExamplesMethodSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetClosedList(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID) (result ClosedListEntityExtractor, err error) + func (client ModelClient) GetClosedListEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result EntityRole, err error) + func (client ModelClient) GetClosedListEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetClosedListEntityRoleResponder(resp *http.Response) (result EntityRole, err error) + func (client ModelClient) GetClosedListEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetClosedListPreparer(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID) (*http.Request, error) + func (client ModelClient) GetClosedListResponder(resp *http.Response) (result ClosedListEntityExtractor, err error) + func (client ModelClient) GetClosedListSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetCompositeEntity(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID) (result CompositeEntityExtractor, err error) + func (client ModelClient) GetCompositeEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID) (*http.Request, error) + func (client ModelClient) GetCompositeEntityResponder(resp *http.Response) (result CompositeEntityExtractor, err error) + func (client ModelClient) GetCompositeEntityRole(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (result EntityRole, err error) + func (client ModelClient) GetCompositeEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetCompositeEntityRoleResponder(resp *http.Response) (result EntityRole, err error) + func (client ModelClient) GetCompositeEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetCompositeEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetCustomEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result EntityRole, err error) + func (client ModelClient) GetCustomEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetCustomEntityRoleResponder(resp *http.Response) (result EntityRole, err error) + func (client ModelClient) GetCustomEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetEntity(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result EntityExtractor, err error) + func (client ModelClient) GetEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) GetEntityResponder(resp *http.Response) (result EntityExtractor, err error) + func (client ModelClient) GetEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result EntityRole, err error) + func (client ModelClient) GetEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetEntityRoleResponder(resp *http.Response) (result EntityRole, err error) + func (client ModelClient) GetEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetExplicitList(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result ListExplicitListItem, err error) + func (client ModelClient) GetExplicitListItem(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result ExplicitListItem, err error) + func (client ModelClient) GetExplicitListItemPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetExplicitListItemResponder(resp *http.Response) (result ExplicitListItem, err error) + func (client ModelClient) GetExplicitListItemSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetExplicitListPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) GetExplicitListResponder(resp *http.Response) (result ListExplicitListItem, err error) + func (client ModelClient) GetExplicitListSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetHierarchicalEntity(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID) (result HierarchicalEntityExtractor, err error) + func (client ModelClient) GetHierarchicalEntityChild(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result HierarchicalChildEntity, err error) + func (client ModelClient) GetHierarchicalEntityChildPreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetHierarchicalEntityChildResponder(resp *http.Response) (result HierarchicalChildEntity, err error) + func (client ModelClient) GetHierarchicalEntityChildSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetHierarchicalEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID) (*http.Request, error) + func (client ModelClient) GetHierarchicalEntityResponder(resp *http.Response) (result HierarchicalEntityExtractor, err error) + func (client ModelClient) GetHierarchicalEntityRole(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result EntityRole, err error) + func (client ModelClient) GetHierarchicalEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetHierarchicalEntityRoleResponder(resp *http.Response) (result EntityRole, err error) + func (client ModelClient) GetHierarchicalEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetHierarchicalEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetIntent(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID) (result IntentClassifier, err error) + func (client ModelClient) GetIntentPreparer(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID) (*http.Request, error) + func (client ModelClient) GetIntentResponder(resp *http.Response) (result IntentClassifier, err error) + func (client ModelClient) GetIntentSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetPatternAnyEntityInfo(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result PatternAnyEntityExtractor, err error) + func (client ModelClient) GetPatternAnyEntityInfoPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) GetPatternAnyEntityInfoResponder(resp *http.Response) (result PatternAnyEntityExtractor, err error) + func (client ModelClient) GetPatternAnyEntityInfoSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetPatternAnyEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result EntityRole, err error) + func (client ModelClient) GetPatternAnyEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetPatternAnyEntityRoleResponder(resp *http.Response) (result EntityRole, err error) + func (client ModelClient) GetPatternAnyEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetPrebuilt(ctx context.Context, appID uuid.UUID, versionID string, prebuiltID uuid.UUID) (result PrebuiltEntityExtractor, err error) + func (client ModelClient) GetPrebuiltEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result EntityRole, err error) + func (client ModelClient) GetPrebuiltEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetPrebuiltEntityRoleResponder(resp *http.Response) (result EntityRole, err error) + func (client ModelClient) GetPrebuiltEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetPrebuiltPreparer(ctx context.Context, appID uuid.UUID, versionID string, prebuiltID uuid.UUID) (*http.Request, error) + func (client ModelClient) GetPrebuiltResponder(resp *http.Response) (result PrebuiltEntityExtractor, err error) + func (client ModelClient) GetPrebuiltSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetRegexEntityEntityInfo(ctx context.Context, appID uuid.UUID, versionID string, ...) (result RegexEntityExtractor, err error) + func (client ModelClient) GetRegexEntityEntityInfoPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) GetRegexEntityEntityInfoResponder(resp *http.Response) (result RegexEntityExtractor, err error) + func (client ModelClient) GetRegexEntityEntityInfoSender(req *http.Request) (*http.Response, error) + func (client ModelClient) GetRegexEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result EntityRole, err error) + func (client ModelClient) GetRegexEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) GetRegexEntityRoleResponder(resp *http.Response) (result EntityRole, err error) + func (client ModelClient) GetRegexEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListClosedListEntityRoles(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result ListEntityRole, err error) + func (client ModelClient) ListClosedListEntityRolesPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) ListClosedListEntityRolesResponder(resp *http.Response) (result ListEntityRole, err error) + func (client ModelClient) ListClosedListEntityRolesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListClosedLists(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListClosedListEntityExtractor, err error) + func (client ModelClient) ListClosedListsPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListClosedListsResponder(resp *http.Response) (result ListClosedListEntityExtractor, err error) + func (client ModelClient) ListClosedListsSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListCompositeEntities(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListCompositeEntityExtractor, err error) + func (client ModelClient) ListCompositeEntitiesPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListCompositeEntitiesResponder(resp *http.Response) (result ListCompositeEntityExtractor, err error) + func (client ModelClient) ListCompositeEntitiesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListCompositeEntityRoles(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID) (result ListEntityRole, err error) + func (client ModelClient) ListCompositeEntityRolesPreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID) (*http.Request, error) + func (client ModelClient) ListCompositeEntityRolesResponder(resp *http.Response) (result ListEntityRole, err error) + func (client ModelClient) ListCompositeEntityRolesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListCustomPrebuiltEntities(ctx context.Context, appID uuid.UUID, versionID string) (result ListEntityExtractor, err error) + func (client ModelClient) ListCustomPrebuiltEntitiesPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client ModelClient) ListCustomPrebuiltEntitiesResponder(resp *http.Response) (result ListEntityExtractor, err error) + func (client ModelClient) ListCustomPrebuiltEntitiesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListCustomPrebuiltEntityRoles(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result ListEntityRole, err error) + func (client ModelClient) ListCustomPrebuiltEntityRolesPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) ListCustomPrebuiltEntityRolesResponder(resp *http.Response) (result ListEntityRole, err error) + func (client ModelClient) ListCustomPrebuiltEntityRolesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListCustomPrebuiltIntents(ctx context.Context, appID uuid.UUID, versionID string) (result ListIntentClassifier, err error) + func (client ModelClient) ListCustomPrebuiltIntentsPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client ModelClient) ListCustomPrebuiltIntentsResponder(resp *http.Response) (result ListIntentClassifier, err error) + func (client ModelClient) ListCustomPrebuiltIntentsSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListCustomPrebuiltModels(ctx context.Context, appID uuid.UUID, versionID string) (result ListCustomPrebuiltModel, err error) + func (client ModelClient) ListCustomPrebuiltModelsPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client ModelClient) ListCustomPrebuiltModelsResponder(resp *http.Response) (result ListCustomPrebuiltModel, err error) + func (client ModelClient) ListCustomPrebuiltModelsSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListEntities(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListEntityExtractor, err error) + func (client ModelClient) ListEntitiesPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListEntitiesResponder(resp *http.Response) (result ListEntityExtractor, err error) + func (client ModelClient) ListEntitiesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListEntityRoles(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result ListEntityRole, err error) + func (client ModelClient) ListEntityRolesPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) ListEntityRolesResponder(resp *http.Response) (result ListEntityRole, err error) + func (client ModelClient) ListEntityRolesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListEntitySuggestions(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result ListEntitiesSuggestionExample, err error) + func (client ModelClient) ListEntitySuggestionsPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) ListEntitySuggestionsResponder(resp *http.Response) (result ListEntitiesSuggestionExample, err error) + func (client ModelClient) ListEntitySuggestionsSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListHierarchicalEntities(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListHierarchicalEntityExtractor, err error) + func (client ModelClient) ListHierarchicalEntitiesPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListHierarchicalEntitiesResponder(resp *http.Response) (result ListHierarchicalEntityExtractor, err error) + func (client ModelClient) ListHierarchicalEntitiesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListHierarchicalEntityRoles(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID) (result ListEntityRole, err error) + func (client ModelClient) ListHierarchicalEntityRolesPreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID) (*http.Request, error) + func (client ModelClient) ListHierarchicalEntityRolesResponder(resp *http.Response) (result ListEntityRole, err error) + func (client ModelClient) ListHierarchicalEntityRolesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListIntentSuggestions(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID, ...) (result ListIntentsSuggestionExample, err error) + func (client ModelClient) ListIntentSuggestionsPreparer(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) ListIntentSuggestionsResponder(resp *http.Response) (result ListIntentsSuggestionExample, err error) + func (client ModelClient) ListIntentSuggestionsSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListIntents(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListIntentClassifier, err error) + func (client ModelClient) ListIntentsPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListIntentsResponder(resp *http.Response) (result ListIntentClassifier, err error) + func (client ModelClient) ListIntentsSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListModels(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListModelInfoResponse, err error) + func (client ModelClient) ListModelsPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListModelsResponder(resp *http.Response) (result ListModelInfoResponse, err error) + func (client ModelClient) ListModelsSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListPatternAnyEntityInfos(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListPatternAnyEntityExtractor, err error) + func (client ModelClient) ListPatternAnyEntityInfosPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListPatternAnyEntityInfosResponder(resp *http.Response) (result ListPatternAnyEntityExtractor, err error) + func (client ModelClient) ListPatternAnyEntityInfosSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListPatternAnyEntityRoles(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result ListEntityRole, err error) + func (client ModelClient) ListPatternAnyEntityRolesPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) ListPatternAnyEntityRolesResponder(resp *http.Response) (result ListEntityRole, err error) + func (client ModelClient) ListPatternAnyEntityRolesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListPrebuiltEntities(ctx context.Context, appID uuid.UUID, versionID string) (result ListAvailablePrebuiltEntityModel, err error) + func (client ModelClient) ListPrebuiltEntitiesPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client ModelClient) ListPrebuiltEntitiesResponder(resp *http.Response) (result ListAvailablePrebuiltEntityModel, err error) + func (client ModelClient) ListPrebuiltEntitiesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListPrebuiltEntityRoles(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result ListEntityRole, err error) + func (client ModelClient) ListPrebuiltEntityRolesPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) ListPrebuiltEntityRolesResponder(resp *http.Response) (result ListEntityRole, err error) + func (client ModelClient) ListPrebuiltEntityRolesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListPrebuilts(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListPrebuiltEntityExtractor, err error) + func (client ModelClient) ListPrebuiltsPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListPrebuiltsResponder(resp *http.Response) (result ListPrebuiltEntityExtractor, err error) + func (client ModelClient) ListPrebuiltsSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListRegexEntityInfos(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListRegexEntityExtractor, err error) + func (client ModelClient) ListRegexEntityInfosPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client ModelClient) ListRegexEntityInfosResponder(resp *http.Response) (result ListRegexEntityExtractor, err error) + func (client ModelClient) ListRegexEntityInfosSender(req *http.Request) (*http.Response, error) + func (client ModelClient) ListRegexEntityRoles(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (result ListEntityRole, err error) + func (client ModelClient) ListRegexEntityRolesPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID) (*http.Request, error) + func (client ModelClient) ListRegexEntityRolesResponder(resp *http.Response) (result ListEntityRole, err error) + func (client ModelClient) ListRegexEntityRolesSender(req *http.Request) (*http.Response, error) + func (client ModelClient) PatchClosedList(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) PatchClosedListPreparer(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) PatchClosedListResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) PatchClosedListSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateClosedList(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateClosedListEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateClosedListEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateClosedListEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateClosedListEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateClosedListPreparer(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateClosedListResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateClosedListSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateCompositeEntity(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateCompositeEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateCompositeEntityResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateCompositeEntityRole(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateCompositeEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, cEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateCompositeEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateCompositeEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateCompositeEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateCustomPrebuiltEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateCustomPrebuiltEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateCustomPrebuiltEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateCustomPrebuiltEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateEntity(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateEntityResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateExplicitListItem(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateExplicitListItemPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateExplicitListItemResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateExplicitListItemSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateHierarchicalEntity(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateHierarchicalEntityChild(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateHierarchicalEntityChildPreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateHierarchicalEntityChildResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateHierarchicalEntityChildSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateHierarchicalEntityPreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateHierarchicalEntityResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateHierarchicalEntityRole(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateHierarchicalEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, hEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateHierarchicalEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateHierarchicalEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateHierarchicalEntitySender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateIntent(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateIntentPreparer(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateIntentResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateIntentSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdatePatternAnyEntityModel(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdatePatternAnyEntityModelPreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdatePatternAnyEntityModelResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdatePatternAnyEntityModelSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdatePatternAnyEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdatePatternAnyEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdatePatternAnyEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdatePatternAnyEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdatePrebuiltEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdatePrebuiltEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdatePrebuiltEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdatePrebuiltEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateRegexEntityModel(ctx context.Context, appID uuid.UUID, versionID string, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateRegexEntityModelPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client ModelClient) UpdateRegexEntityModelResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateRegexEntityModelSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateRegexEntityRole(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateRegexEntityRolePreparer(ctx context.Context, appID uuid.UUID, versionID string, entityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateRegexEntityRoleResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateRegexEntityRoleSender(req *http.Request) (*http.Response, error) + func (client ModelClient) UpdateSubList(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (result OperationStatus, err error) + func (client ModelClient) UpdateSubListPreparer(ctx context.Context, appID uuid.UUID, versionID string, clEntityID uuid.UUID, ...) (*http.Request, error) + func (client ModelClient) UpdateSubListResponder(resp *http.Response) (result OperationStatus, err error) + func (client ModelClient) UpdateSubListSender(req *http.Request) (*http.Response, error) + type ModelCreateObject struct + Name *string + type ModelInfo struct + ID *uuid.UUID + Name *string + ReadableType ReadableType + TypeID *int32 + type ModelInfoResponse struct + Children *[]ChildEntity + CustomPrebuiltDomainName *string + CustomPrebuiltModelName *string + ExplicitList *[]ExplicitListItem + ID *uuid.UUID + Name *string + ReadableType ReadableType1 + RegexPattern *string + Roles *[]EntityRole + SubLists *[]SubClosedListResponse + TypeID *int32 + type ModelTrainingDetails struct + ExampleCount *int32 + FailureReason *string + Status Status1 + StatusID *int32 + TrainingDateTime *date.Time + type ModelTrainingInfo struct + Details *ModelTrainingDetails + ModelID *uuid.UUID + type ModelUpdateObject struct + Name *string + type OperationError struct + Code *string + Message *string + type OperationStatus struct + Code OperationStatusType + Message *string + type OperationStatusType string + const FAILED + const Failed + const Success + func PossibleOperationStatusTypeValues() []OperationStatusType + type PatternAny struct + ExplicitList *[]string + Name *string + Roles *[]string + type PatternAnyEntityExtractor struct + ExplicitList *[]ExplicitListItem + ID *uuid.UUID + Name *string + ReadableType ReadableType10 + Roles *[]EntityRole + TypeID *int32 + type PatternAnyModelCreateObject struct + ExplicitList *[]string + Name *string + type PatternAnyModelUpdateObject struct + ExplicitList *[]string + Name *string + type PatternClient struct + func NewPatternClient(endpoint string) PatternClient + func (client PatternClient) AddPattern(ctx context.Context, appID uuid.UUID, versionID string, ...) (result PatternRuleInfo, err error) + func (client PatternClient) AddPatternPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client PatternClient) AddPatternResponder(resp *http.Response) (result PatternRuleInfo, err error) + func (client PatternClient) AddPatternSender(req *http.Request) (*http.Response, error) + func (client PatternClient) BatchAddPatterns(ctx context.Context, appID uuid.UUID, versionID string, ...) (result ListPatternRuleInfo, err error) + func (client PatternClient) BatchAddPatternsPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client PatternClient) BatchAddPatternsResponder(resp *http.Response) (result ListPatternRuleInfo, err error) + func (client PatternClient) BatchAddPatternsSender(req *http.Request) (*http.Response, error) + func (client PatternClient) DeletePattern(ctx context.Context, appID uuid.UUID, versionID string, patternID uuid.UUID) (result OperationStatus, err error) + func (client PatternClient) DeletePatternPreparer(ctx context.Context, appID uuid.UUID, versionID string, patternID uuid.UUID) (*http.Request, error) + func (client PatternClient) DeletePatternResponder(resp *http.Response) (result OperationStatus, err error) + func (client PatternClient) DeletePatternSender(req *http.Request) (*http.Response, error) + func (client PatternClient) DeletePatterns(ctx context.Context, appID uuid.UUID, versionID string, patternIds []uuid.UUID) (result OperationStatus, err error) + func (client PatternClient) DeletePatternsPreparer(ctx context.Context, appID uuid.UUID, versionID string, patternIds []uuid.UUID) (*http.Request, error) + func (client PatternClient) DeletePatternsResponder(resp *http.Response) (result OperationStatus, err error) + func (client PatternClient) DeletePatternsSender(req *http.Request) (*http.Response, error) + func (client PatternClient) ListIntentPatterns(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID, ...) (result ListPatternRuleInfo, err error) + func (client PatternClient) ListIntentPatternsPreparer(ctx context.Context, appID uuid.UUID, versionID string, intentID uuid.UUID, ...) (*http.Request, error) + func (client PatternClient) ListIntentPatternsResponder(resp *http.Response) (result ListPatternRuleInfo, err error) + func (client PatternClient) ListIntentPatternsSender(req *http.Request) (*http.Response, error) + func (client PatternClient) ListPatterns(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (result ListPatternRuleInfo, err error) + func (client PatternClient) ListPatternsPreparer(ctx context.Context, appID uuid.UUID, versionID string, skip *int32, ...) (*http.Request, error) + func (client PatternClient) ListPatternsResponder(resp *http.Response) (result ListPatternRuleInfo, err error) + func (client PatternClient) ListPatternsSender(req *http.Request) (*http.Response, error) + func (client PatternClient) UpdatePattern(ctx context.Context, appID uuid.UUID, versionID string, patternID uuid.UUID, ...) (result PatternRuleInfo, err error) + func (client PatternClient) UpdatePatternPreparer(ctx context.Context, appID uuid.UUID, versionID string, patternID uuid.UUID, ...) (*http.Request, error) + func (client PatternClient) UpdatePatternResponder(resp *http.Response) (result PatternRuleInfo, err error) + func (client PatternClient) UpdatePatternSender(req *http.Request) (*http.Response, error) + func (client PatternClient) UpdatePatterns(ctx context.Context, appID uuid.UUID, versionID string, ...) (result ListPatternRuleInfo, err error) + func (client PatternClient) UpdatePatternsPreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client PatternClient) UpdatePatternsResponder(resp *http.Response) (result ListPatternRuleInfo, err error) + func (client PatternClient) UpdatePatternsSender(req *http.Request) (*http.Response, error) + type PatternCreateObject struct + Name *string + Pattern *string + type PatternFeatureInfo struct + ID *int32 + IsActive *bool + Name *string + Pattern *string + type PatternRule struct + Intent *string + Pattern *string + type PatternRuleCreateObject struct + Intent *string + Pattern *string + type PatternRuleInfo struct + ID *uuid.UUID + Intent *string + Pattern *string + type PatternRuleUpdateObject struct + ID *uuid.UUID + Intent *string + Pattern *string + type PatternUpdateObject struct + IsActive *bool + Name *string + Pattern *string + type PermissionsClient struct + func NewPermissionsClient(endpoint string) PermissionsClient + func (client PermissionsClient) Add(ctx context.Context, appID uuid.UUID, userToAdd UserCollaborator) (result OperationStatus, err error) + func (client PermissionsClient) AddPreparer(ctx context.Context, appID uuid.UUID, userToAdd UserCollaborator) (*http.Request, error) + func (client PermissionsClient) AddResponder(resp *http.Response) (result OperationStatus, err error) + func (client PermissionsClient) AddSender(req *http.Request) (*http.Response, error) + func (client PermissionsClient) Delete(ctx context.Context, appID uuid.UUID, userToDelete UserCollaborator) (result OperationStatus, err error) + func (client PermissionsClient) DeletePreparer(ctx context.Context, appID uuid.UUID, userToDelete UserCollaborator) (*http.Request, error) + func (client PermissionsClient) DeleteResponder(resp *http.Response) (result OperationStatus, err error) + func (client PermissionsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PermissionsClient) List(ctx context.Context, appID uuid.UUID) (result UserAccessList, err error) + func (client PermissionsClient) ListPreparer(ctx context.Context, appID uuid.UUID) (*http.Request, error) + func (client PermissionsClient) ListResponder(resp *http.Response) (result UserAccessList, err error) + func (client PermissionsClient) ListSender(req *http.Request) (*http.Response, error) + func (client PermissionsClient) Update(ctx context.Context, appID uuid.UUID, collaborators CollaboratorsArray) (result OperationStatus, err error) + func (client PermissionsClient) UpdatePreparer(ctx context.Context, appID uuid.UUID, collaborators CollaboratorsArray) (*http.Request, error) + func (client PermissionsClient) UpdateResponder(resp *http.Response) (result OperationStatus, err error) + func (client PermissionsClient) UpdateSender(req *http.Request) (*http.Response, error) + type PersonalAssistantsResponse struct + EndpointKeys *[]uuid.UUID + EndpointUrls map[string]*string + func (par PersonalAssistantsResponse) MarshalJSON() ([]byte, error) + type PhraseListFeatureInfo struct + ID *int32 + IsActive *bool + IsExchangeable *bool + Name *string + Phrases *string + type PhraselistCreateObject struct + IsExchangeable *bool + Name *string + Phrases *string + type PhraselistUpdateObject struct + IsActive *bool + IsExchangeable *bool + Name *string + Phrases *string + type PrebuiltDomain struct + Culture *string + Description *string + Entities *[]PrebuiltDomainItem + Examples *string + Intents *[]PrebuiltDomainItem + Name *string + type PrebuiltDomainCreateBaseObject struct + DomainName *string + type PrebuiltDomainCreateObject struct + Culture *string + DomainName *string + type PrebuiltDomainItem struct + Description *string + Examples *string + Name *string + type PrebuiltDomainModelCreateObject struct + DomainName *string + ModelName *string + type PrebuiltDomainObject struct + DomainName *string + ModelName *string + type PrebuiltEntity struct + Name *string + Roles *[]string + type PrebuiltEntityExtractor struct + ID *uuid.UUID + Name *string + ReadableType ReadableType5 + Roles *[]EntityRole + TypeID *int32 + type ProductionOrStagingEndpointInfo struct + AssignedEndpointKey *string + EndpointRegion *string + EndpointURL *string + FailedRegions *string + IsStaging *bool + PublishedDateTime *string + Region *string + VersionID *string + type PublishSettingUpdateObject struct + SentimentAnalysis *bool + Speech *bool + SpellChecker *bool + type PublishSettings struct + ID *uuid.UUID + IsSentimentAnalysisEnabled *bool + IsSpeechEnabled *bool + IsSpellCheckerEnabled *bool + type ReadCloser struct + Value *io.ReadCloser + type ReadableType string + const ReadableTypeClosedListEntityExtractor + const ReadableTypeCompositeEntityExtractor + const ReadableTypeEntityExtractor + const ReadableTypeHierarchicalChildEntityExtractor + const ReadableTypeHierarchicalEntityExtractor + const ReadableTypeIntentClassifier + const ReadableTypeListEntityExtractor + const ReadableTypePatternAnyEntityExtractor + const ReadableTypePrebuiltEntityExtractor + const ReadableTypeRegexEntityExtractor + func PossibleReadableTypeValues() []ReadableType + type ReadableType1 string + const ReadableType1ClosedListEntityExtractor + const ReadableType1CompositeEntityExtractor + const ReadableType1EntityExtractor + const ReadableType1HierarchicalChildEntityExtractor + const ReadableType1HierarchicalEntityExtractor + const ReadableType1IntentClassifier + const ReadableType1ListEntityExtractor + const ReadableType1PatternAnyEntityExtractor + const ReadableType1PrebuiltEntityExtractor + const ReadableType1RegexEntityExtractor + func PossibleReadableType1Values() []ReadableType1 + type ReadableType10 string + const ReadableType10ClosedListEntityExtractor + const ReadableType10CompositeEntityExtractor + const ReadableType10EntityExtractor + const ReadableType10HierarchicalChildEntityExtractor + const ReadableType10HierarchicalEntityExtractor + const ReadableType10IntentClassifier + const ReadableType10ListEntityExtractor + const ReadableType10PatternAnyEntityExtractor + const ReadableType10PrebuiltEntityExtractor + const ReadableType10RegexEntityExtractor + func PossibleReadableType10Values() []ReadableType10 + type ReadableType2 string + const ReadableType2ClosedListEntityExtractor + const ReadableType2CompositeEntityExtractor + const ReadableType2EntityExtractor + const ReadableType2HierarchicalChildEntityExtractor + const ReadableType2HierarchicalEntityExtractor + const ReadableType2IntentClassifier + const ReadableType2ListEntityExtractor + const ReadableType2PatternAnyEntityExtractor + const ReadableType2PrebuiltEntityExtractor + const ReadableType2RegexEntityExtractor + func PossibleReadableType2Values() []ReadableType2 + type ReadableType3 string + const ReadableType3ClosedListEntityExtractor + const ReadableType3CompositeEntityExtractor + const ReadableType3EntityExtractor + const ReadableType3HierarchicalChildEntityExtractor + const ReadableType3HierarchicalEntityExtractor + const ReadableType3IntentClassifier + const ReadableType3ListEntityExtractor + const ReadableType3PatternAnyEntityExtractor + const ReadableType3PrebuiltEntityExtractor + const ReadableType3RegexEntityExtractor + func PossibleReadableType3Values() []ReadableType3 + type ReadableType4 string + const ReadableType4ClosedListEntityExtractor + const ReadableType4CompositeEntityExtractor + const ReadableType4EntityExtractor + const ReadableType4HierarchicalChildEntityExtractor + const ReadableType4HierarchicalEntityExtractor + const ReadableType4IntentClassifier + const ReadableType4ListEntityExtractor + const ReadableType4PatternAnyEntityExtractor + const ReadableType4PrebuiltEntityExtractor + const ReadableType4RegexEntityExtractor + func PossibleReadableType4Values() []ReadableType4 + type ReadableType5 string + const ReadableType5ClosedListEntityExtractor + const ReadableType5CompositeEntityExtractor + const ReadableType5EntityExtractor + const ReadableType5HierarchicalChildEntityExtractor + const ReadableType5HierarchicalEntityExtractor + const ReadableType5IntentClassifier + const ReadableType5ListEntityExtractor + const ReadableType5PatternAnyEntityExtractor + const ReadableType5PrebuiltEntityExtractor + const ReadableType5RegexEntityExtractor + func PossibleReadableType5Values() []ReadableType5 + type ReadableType6 string + const ReadableType6ClosedListEntityExtractor + const ReadableType6CompositeEntityExtractor + const ReadableType6EntityExtractor + const ReadableType6HierarchicalChildEntityExtractor + const ReadableType6HierarchicalEntityExtractor + const ReadableType6IntentClassifier + const ReadableType6ListEntityExtractor + const ReadableType6PatternAnyEntityExtractor + const ReadableType6PrebuiltEntityExtractor + const ReadableType6RegexEntityExtractor + func PossibleReadableType6Values() []ReadableType6 + type ReadableType7 string + const ReadableType7ClosedListEntityExtractor + const ReadableType7CompositeEntityExtractor + const ReadableType7EntityExtractor + const ReadableType7HierarchicalChildEntityExtractor + const ReadableType7HierarchicalEntityExtractor + const ReadableType7IntentClassifier + const ReadableType7ListEntityExtractor + const ReadableType7PatternAnyEntityExtractor + const ReadableType7PrebuiltEntityExtractor + const ReadableType7RegexEntityExtractor + func PossibleReadableType7Values() []ReadableType7 + type ReadableType8 string + const ReadableType8ClosedListEntityExtractor + const ReadableType8CompositeEntityExtractor + const ReadableType8EntityExtractor + const ReadableType8HierarchicalChildEntityExtractor + const ReadableType8HierarchicalEntityExtractor + const ReadableType8IntentClassifier + const ReadableType8ListEntityExtractor + const ReadableType8PatternAnyEntityExtractor + const ReadableType8PrebuiltEntityExtractor + const ReadableType8RegexEntityExtractor + func PossibleReadableType8Values() []ReadableType8 + type ReadableType9 string + const ReadableType9ClosedListEntityExtractor + const ReadableType9CompositeEntityExtractor + const ReadableType9EntityExtractor + const ReadableType9HierarchicalChildEntityExtractor + const ReadableType9HierarchicalEntityExtractor + const ReadableType9IntentClassifier + const ReadableType9ListEntityExtractor + const ReadableType9PatternAnyEntityExtractor + const ReadableType9PrebuiltEntityExtractor + const ReadableType9RegexEntityExtractor + func PossibleReadableType9Values() []ReadableType9 + type RegexEntity struct + Name *string + RegexPattern *string + Roles *[]string + type RegexEntityExtractor struct + ID *uuid.UUID + Name *string + ReadableType ReadableType9 + RegexPattern *string + Roles *[]EntityRole + TypeID *int32 + type RegexModelCreateObject struct + Name *string + RegexPattern *string + type RegexModelUpdateObject struct + Name *string + RegexPattern *string + type SetString struct + Value map[string]*string + func (ss SetString) MarshalJSON() ([]byte, error) + type SettingsClient struct + func NewSettingsClient(endpoint string) SettingsClient + func (client SettingsClient) List(ctx context.Context, appID uuid.UUID, versionID string) (result ListAppVersionSettingObject, err error) + func (client SettingsClient) ListPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client SettingsClient) ListResponder(resp *http.Response) (result ListAppVersionSettingObject, err error) + func (client SettingsClient) ListSender(req *http.Request) (*http.Response, error) + func (client SettingsClient) Update(ctx context.Context, appID uuid.UUID, versionID string, ...) (result OperationStatus, err error) + func (client SettingsClient) UpdatePreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client SettingsClient) UpdateResponder(resp *http.Response) (result OperationStatus, err error) + func (client SettingsClient) UpdateSender(req *http.Request) (*http.Response, error) + type Status string + const StatusFail + const StatusInProgress + const StatusQueued + const StatusSuccess + const StatusUpToDate + func PossibleStatusValues() []Status + type Status1 string + const Status1Fail + const Status1InProgress + const Status1Queued + const Status1Success + const Status1UpToDate + func PossibleStatus1Values() []Status1 + type String struct + Value *string + type SubClosedList struct + CanonicalForm *string + List *[]string + type SubClosedListResponse struct + CanonicalForm *string + ID *int32 + List *[]string + type TaskUpdateObject struct + Version *string + type TrainClient struct + func NewTrainClient(endpoint string) TrainClient + func (client TrainClient) GetStatus(ctx context.Context, appID uuid.UUID, versionID string) (result ListModelTrainingInfo, err error) + func (client TrainClient) GetStatusPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client TrainClient) GetStatusResponder(resp *http.Response) (result ListModelTrainingInfo, err error) + func (client TrainClient) GetStatusSender(req *http.Request) (*http.Response, error) + func (client TrainClient) TrainVersion(ctx context.Context, appID uuid.UUID, versionID string) (result EnqueueTrainingResponse, err error) + func (client TrainClient) TrainVersionPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client TrainClient) TrainVersionResponder(resp *http.Response) (result EnqueueTrainingResponse, err error) + func (client TrainClient) TrainVersionSender(req *http.Request) (*http.Response, error) + type TrainingStatus string + const InProgress + const NeedsTraining + const Trained + func PossibleTrainingStatusValues() []TrainingStatus + type UUID struct + Value *uuid.UUID + type UserAccessList struct + Emails *[]string + Owner *string + type UserCollaborator struct + Email *string + type VersionInfo struct + AssignedEndpointKey map[string]*string + CreatedDateTime *date.Time + EndpointHitsCount *int32 + EndpointURL *string + EntitiesCount *int32 + ExternalAPIKeys interface{} + IntentsCount *int32 + LastModifiedDateTime *date.Time + LastPublishedDateTime *date.Time + LastTrainedDateTime *date.Time + TrainingStatus TrainingStatus + Version *string + func (vi VersionInfo) MarshalJSON() ([]byte, error) + type VersionsClient struct + func NewVersionsClient(endpoint string) VersionsClient + func (client VersionsClient) Clone(ctx context.Context, appID uuid.UUID, versionID string, ...) (result String, err error) + func (client VersionsClient) ClonePreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client VersionsClient) CloneResponder(resp *http.Response) (result String, err error) + func (client VersionsClient) CloneSender(req *http.Request) (*http.Response, error) + func (client VersionsClient) Delete(ctx context.Context, appID uuid.UUID, versionID string) (result OperationStatus, err error) + func (client VersionsClient) DeletePreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client VersionsClient) DeleteResponder(resp *http.Response) (result OperationStatus, err error) + func (client VersionsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client VersionsClient) DeleteUnlabelledUtterance(ctx context.Context, appID uuid.UUID, versionID string, utterance string) (result OperationStatus, err error) + func (client VersionsClient) DeleteUnlabelledUtterancePreparer(ctx context.Context, appID uuid.UUID, versionID string, utterance string) (*http.Request, error) + func (client VersionsClient) DeleteUnlabelledUtteranceResponder(resp *http.Response) (result OperationStatus, err error) + func (client VersionsClient) DeleteUnlabelledUtteranceSender(req *http.Request) (*http.Response, error) + func (client VersionsClient) Export(ctx context.Context, appID uuid.UUID, versionID string) (result LuisApp, err error) + func (client VersionsClient) ExportPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client VersionsClient) ExportResponder(resp *http.Response) (result LuisApp, err error) + func (client VersionsClient) ExportSender(req *http.Request) (*http.Response, error) + func (client VersionsClient) Get(ctx context.Context, appID uuid.UUID, versionID string) (result VersionInfo, err error) + func (client VersionsClient) GetPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*http.Request, error) + func (client VersionsClient) GetResponder(resp *http.Response) (result VersionInfo, err error) + func (client VersionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VersionsClient) Import(ctx context.Context, appID uuid.UUID, luisApp LuisApp, versionID string) (result String, err error) + func (client VersionsClient) ImportPreparer(ctx context.Context, appID uuid.UUID, luisApp LuisApp, versionID string) (*http.Request, error) + func (client VersionsClient) ImportResponder(resp *http.Response) (result String, err error) + func (client VersionsClient) ImportSender(req *http.Request) (*http.Response, error) + func (client VersionsClient) List(ctx context.Context, appID uuid.UUID, skip *int32, take *int32) (result ListVersionInfo, err error) + func (client VersionsClient) ListPreparer(ctx context.Context, appID uuid.UUID, skip *int32, take *int32) (*http.Request, error) + func (client VersionsClient) ListResponder(resp *http.Response) (result ListVersionInfo, err error) + func (client VersionsClient) ListSender(req *http.Request) (*http.Response, error) + func (client VersionsClient) Update(ctx context.Context, appID uuid.UUID, versionID string, ...) (result OperationStatus, err error) + func (client VersionsClient) UpdatePreparer(ctx context.Context, appID uuid.UUID, versionID string, ...) (*http.Request, error) + func (client VersionsClient) UpdateResponder(resp *http.Response) (result OperationStatus, err error) + func (client VersionsClient) UpdateSender(req *http.Request) (*http.Response, error) + type WordListBaseUpdateObject struct + CanonicalForm *string + List *[]string + type WordListObject struct + CanonicalForm *string + List *[]string