Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR cognitiveservices/data-plane/LUIS/Authoring] Modifying app version setting name. #2725

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions profiles/preview/cognitiveservices/luis/authoring/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ type ApplicationPublishObject = original.ApplicationPublishObject
type ApplicationSettings = original.ApplicationSettings
type ApplicationSettingUpdateObject = original.ApplicationSettingUpdateObject
type ApplicationUpdateObject = original.ApplicationUpdateObject
type AppVersionSettingObject = original.AppVersionSettingObject
type AvailableCulture = original.AvailableCulture
type AvailablePrebuiltEntityModel = original.AvailablePrebuiltEntityModel
type BatchLabelExample = original.BatchLabelExample
Expand Down Expand Up @@ -272,6 +273,7 @@ type LabeledUtterance = original.LabeledUtterance
type LabelExampleResponse = original.LabelExampleResponse
type LabelTextObject = original.LabelTextObject
type ListApplicationInfoResponse = original.ListApplicationInfoResponse
type ListAppVersionSettingObject = original.ListAppVersionSettingObject
type ListAvailableCulture = original.ListAvailableCulture
type ListAvailablePrebuiltEntityModel = original.ListAvailablePrebuiltEntityModel
type ListBatchLabelExample = original.ListBatchLabelExample
Expand Down Expand Up @@ -351,6 +353,7 @@ type WordListBaseUpdateObject = original.WordListBaseUpdateObject
type WordListObject = original.WordListObject
type PatternClient = original.PatternClient
type PermissionsClient = original.PermissionsClient
type SettingsClient = original.SettingsClient
type TrainClient = original.TrainClient
type VersionsClient = original.VersionsClient

Expand Down Expand Up @@ -423,6 +426,9 @@ func NewPatternClient(endpoint string) PatternClient {
func NewPermissionsClient(endpoint string) PermissionsClient {
return original.NewPermissionsClient(endpoint)
}
func NewSettingsClient(endpoint string) SettingsClient {
return original.NewSettingsClient(endpoint)
}
func NewTrainClient(endpoint string) TrainClient {
return original.NewTrainClient(endpoint)
}
Expand Down
16 changes: 14 additions & 2 deletions services/cognitiveservices/v2.0/luis/authoring/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

167 changes: 167 additions & 0 deletions services/cognitiveservices/v2.0/luis/authoring/settings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.