...

Package runtimeapi

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

Overview ▾

Index ▾

Package files

interfaces.go

type PredictionClientAPI

PredictionClientAPI contains the set of methods on the PredictionClient type.

type PredictionClientAPI interface {
    Resolve(ctx context.Context, appID uuid.UUID, query string, timezoneOffset *float64, verbose *bool, staging *bool, spellCheck *bool, bingSpellCheckSubscriptionKey string, logParameter *bool) (result runtime.LuisResult, err error)
}