Versions in this module Expand all Collapse all v35 v35.1.0 Nov 1, 2019 v35.0.0 Oct 30, 2019 Changes in this version + func UserAgent() string + func Version() string + type APIError struct + Message *string + StatusCode *string + type BaseClient struct + Endpoint string + func New(endpoint string) BaseClient + func NewWithoutDefaults(endpoint string) BaseClient + type CompositeChildModel struct + Type *string + Value *string + type CompositeEntityModel struct + Children *[]CompositeChildModel + ParentType *string + Value *string + type EntityModel struct + AdditionalProperties map[string]interface{} + EndIndex *int32 + Entity *string + StartIndex *int32 + Type *string + func (em *EntityModel) UnmarshalJSON(body []byte) error + func (em EntityModel) MarshalJSON() ([]byte, error) + type EntityWithResolution struct + AdditionalProperties map[string]interface{} + EndIndex *int32 + Entity *string + Resolution interface{} + StartIndex *int32 + Type *string + func (ewr *EntityWithResolution) UnmarshalJSON(body []byte) error + func (ewr EntityWithResolution) MarshalJSON() ([]byte, error) + type EntityWithScore struct + AdditionalProperties map[string]interface{} + EndIndex *int32 + Entity *string + Score *float64 + StartIndex *int32 + Type *string + func (ews *EntityWithScore) UnmarshalJSON(body []byte) error + func (ews EntityWithScore) MarshalJSON() ([]byte, error) + type IntentModel struct + Intent *string + Score *float64 + type LuisResult struct + AlteredQuery *string + CompositeEntities *[]CompositeEntityModel + ConnectedServiceResult *LuisResult + Entities *[]EntityModel + Intents *[]IntentModel + Query *string + SentimentAnalysis *Sentiment + TopScoringIntent *IntentModel + type PredictionClient struct + func NewPredictionClient(endpoint string) PredictionClient + func (client PredictionClient) Resolve(ctx context.Context, appID uuid.UUID, query string, timezoneOffset *float64, ...) (result LuisResult, err error) + func (client PredictionClient) ResolvePreparer(ctx context.Context, appID uuid.UUID, query string, timezoneOffset *float64, ...) (*http.Request, error) + func (client PredictionClient) ResolveResponder(resp *http.Response) (result LuisResult, err error) + func (client PredictionClient) ResolveSender(req *http.Request) (*http.Response, error) + type Sentiment struct + Label *string + Score *float64 Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48