Skip to content

Commit

Permalink
Generated from c6165baff1fdf89c97d7c35304edc6c3dd96e4e8 (#2725)
Browse files Browse the repository at this point in the history
Merge pull request #2 from LanaShafik/upstream_master

Reversing Required
  • Loading branch information
AutorestCI authored and jhendrixMSFT committed Sep 20, 2018
1 parent fe754e6 commit e98b4bc
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 2 deletions.
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.

0 comments on commit e98b4bc

Please sign in to comment.