Lines Matching refs:VersionsClient

20 type VersionsClient struct {  struct
25 func NewVersionsClient(endpoint string) VersionsClient {
26 return VersionsClient{New(endpoint)}
34 func (client VersionsClient) Clone(ctx context.Context, appID uuid.UUID, versionID string, versionC…
68 func (client VersionsClient) ClonePreparer(ctx context.Context, appID uuid.UUID, versionID string, … argument
89 func (client VersionsClient) CloneSender(req *http.Request) (*http.Response, error) { argument
95 func (client VersionsClient) CloneResponder(resp *http.Response) (result String, err error) { argument
109 func (client VersionsClient) Delete(ctx context.Context, appID uuid.UUID, versionID string) (result…
143 func (client VersionsClient) DeletePreparer(ctx context.Context, appID uuid.UUID, versionID string)… argument
162 func (client VersionsClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
168 func (client VersionsClient) DeleteResponder(resp *http.Response) (result OperationStatus, err erro… argument
183 func (client VersionsClient) DeleteUnlabelledUtterance(ctx context.Context, appID uuid.UUID, versio…
217 func (client VersionsClient) DeleteUnlabelledUtterancePreparer(ctx context.Context, appID uuid.UUID… argument
238 func (client VersionsClient) DeleteUnlabelledUtteranceSender(req *http.Request) (*http.Response, er… argument
244 func (client VersionsClient) DeleteUnlabelledUtteranceResponder(resp *http.Response) (result Operat… argument
258 func (client VersionsClient) Export(ctx context.Context, appID uuid.UUID, versionID string) (result…
292 func (client VersionsClient) ExportPreparer(ctx context.Context, appID uuid.UUID, versionID string)… argument
311 func (client VersionsClient) ExportSender(req *http.Request) (*http.Response, error) { argument
317 func (client VersionsClient) ExportResponder(resp *http.Response) (result LuisApp, err error) { argument
331 func (client VersionsClient) ExportLuFormat(ctx context.Context, appID uuid.UUID, versionID string)…
365 func (client VersionsClient) ExportLuFormatPreparer(ctx context.Context, appID uuid.UUID, versionID… argument
389 func (client VersionsClient) ExportLuFormatSender(req *http.Request) (*http.Response, error) { argument
395 func (client VersionsClient) ExportLuFormatResponder(resp *http.Response) (result ReadCloser, err e… argument
409 func (client VersionsClient) Get(ctx context.Context, appID uuid.UUID, versionID string) (result Ve…
443 func (client VersionsClient) GetPreparer(ctx context.Context, appID uuid.UUID, versionID string) (*… argument
462 func (client VersionsClient) GetSender(req *http.Request) (*http.Response, error) { argument
468 func (client VersionsClient) GetResponder(resp *http.Response) (result VersionInfo, err error) { argument
484 func (client VersionsClient) Import(ctx context.Context, appID uuid.UUID, luisApp LuisApp, versionI…
518 func (client VersionsClient) ImportPreparer(ctx context.Context, appID uuid.UUID, luisApp LuisApp, … argument
544 func (client VersionsClient) ImportSender(req *http.Request) (*http.Response, error) { argument
550 func (client VersionsClient) ImportResponder(resp *http.Response) (result String, err error) { argument
566 func (client VersionsClient) ImportLuFormat(ctx context.Context, appID uuid.UUID, luisAppLu string,…
600 func (client VersionsClient) ImportLuFormatPreparer(ctx context.Context, appID uuid.UUID, luisAppLu… argument
626 func (client VersionsClient) ImportLuFormatSender(req *http.Request) (*http.Response, error) { argument
632 func (client VersionsClient) ImportLuFormatResponder(resp *http.Response) (result String, err error… argument
648 func (client VersionsClient) ImportV2App(ctx context.Context, appID uuid.UUID, luisAppV2 LuisAppV2,…
682 func (client VersionsClient) ImportV2AppPreparer(ctx context.Context, appID uuid.UUID, luisAppV2 Lu… argument
708 func (client VersionsClient) ImportV2AppSender(req *http.Request) (*http.Response, error) { argument
714 func (client VersionsClient) ImportV2AppResponder(resp *http.Response) (result String, err error) { argument
729 func (client VersionsClient) List(ctx context.Context, appID uuid.UUID, skip *int32, take *int32) (…
775 func (client VersionsClient) ListPreparer(ctx context.Context, appID uuid.UUID, skip *int32, take *… argument
806 func (client VersionsClient) ListSender(req *http.Request) (*http.Response, error) { argument
812 func (client VersionsClient) ListResponder(resp *http.Response) (result ListVersionInfo, err error)… argument
827 func (client VersionsClient) Update(ctx context.Context, appID uuid.UUID, versionID string, version…
861 func (client VersionsClient) UpdatePreparer(ctx context.Context, appID uuid.UUID, versionID string,… argument
882 func (client VersionsClient) UpdateSender(req *http.Request) (*http.Response, error) { argument
888 func (client VersionsClient) UpdateResponder(resp *http.Response) (result OperationStatus, err erro… argument