Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Generated from 3df959debc8a270d8f8c7af0de16d63938009fe3 (#6119)
Fix error in luis runtime readme
  • Loading branch information
AutorestCI authored Oct 23, 2019
commit 1801503c0fd35aae4ac65cdd690a1b9e0744e99b
20 changes: 11 additions & 9 deletions profiles/latest/cognitiveservices/luis/runtime/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,20 @@

package runtime

import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis/runtime"
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v3.0/luis/runtime"

type APIError = original.APIError
type BaseClient = original.BaseClient
type CompositeChildModel = original.CompositeChildModel
type CompositeEntityModel = original.CompositeEntityModel
type EntityModel = original.EntityModel
type EntityWithResolution = original.EntityWithResolution
type EntityWithScore = original.EntityWithScore
type IntentModel = original.IntentModel
type LuisResult = original.LuisResult
type DynamicList = original.DynamicList
type Error = original.Error
type ErrorBody = original.ErrorBody
type ExternalEntity = original.ExternalEntity
type Intent = original.Intent
type Prediction = original.Prediction
type PredictionClient = original.PredictionClient
type PredictionRequest = original.PredictionRequest
type PredictionRequestOptions = original.PredictionRequestOptions
type PredictionResponse = original.PredictionResponse
type RequestList = original.RequestList
type Sentiment = original.Sentiment

func New(endpoint string) BaseClient {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

package runtimeapi

import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis/runtime/runtimeapi"
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v3.0/luis/runtime/runtimeapi"

type PredictionClientAPI = original.PredictionClientAPI
20 changes: 11 additions & 9 deletions profiles/preview/cognitiveservices/luis/runtime/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,20 @@

package runtime

import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis/runtime"
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v3.0/luis/runtime"

type APIError = original.APIError
type BaseClient = original.BaseClient
type CompositeChildModel = original.CompositeChildModel
type CompositeEntityModel = original.CompositeEntityModel
type EntityModel = original.EntityModel
type EntityWithResolution = original.EntityWithResolution
type EntityWithScore = original.EntityWithScore
type IntentModel = original.IntentModel
type LuisResult = original.LuisResult
type DynamicList = original.DynamicList
type Error = original.Error
type ErrorBody = original.ErrorBody
type ExternalEntity = original.ExternalEntity
type Intent = original.Intent
type Prediction = original.Prediction
type PredictionClient = original.PredictionClient
type PredictionRequest = original.PredictionRequest
type PredictionRequestOptions = original.PredictionRequestOptions
type PredictionResponse = original.PredictionResponse
type RequestList = original.RequestList
type Sentiment = original.Sentiment

func New(endpoint string) BaseClient {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

package runtimeapi

import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis/runtime/runtimeapi"
import original "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v3.0/luis/runtime/runtimeapi"

type PredictionClientAPI = original.PredictionClientAPI
44 changes: 44 additions & 0 deletions services/cognitiveservices/v3.0/luis/runtime/client.go

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

152 changes: 152 additions & 0 deletions services/cognitiveservices/v3.0/luis/runtime/models.go

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

Loading