UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

154 lines (145 loc) 3.05 kB
/* * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ import * as msRest from "ms-rest-js"; export const TokenResponse: msRest.CompositeMapper = { serializedName: "TokenResponse", type: { name: "Composite", className: "TokenResponse", modelProperties: { connectionName: { serializedName: "connectionName", type: { name: "String" } }, token: { serializedName: "token", type: { name: "String" } }, expiration: { serializedName: "expiration", type: { name: "String" } } } } }; export const InnerHttpError: msRest.CompositeMapper = { serializedName: "InnerHttpError", type: { name: "Composite", className: "InnerHttpError", modelProperties: { statusCode: { serializedName: "statusCode", type: { name: "Number" } }, body: { serializedName: "body", type: { name: "Object" } } } } }; export const ErrorModel: msRest.CompositeMapper = { serializedName: "Error", type: { name: "Composite", className: "ErrorModel", modelProperties: { code: { serializedName: "code", type: { name: "String" } }, message: { serializedName: "message", type: { name: "String" } }, innerHttpError: { serializedName: "innerHttpError", type: { name: "Composite", className: "InnerHttpError" } } } } }; export const ErrorResponse: msRest.CompositeMapper = { serializedName: "ErrorResponse", type: { name: "Composite", className: "ErrorResponse", modelProperties: { error: { serializedName: "error", type: { name: "Composite", className: "ErrorModel" } } } } }; export const AadResourceUrls: msRest.CompositeMapper = { serializedName: "AadResourceUrls", type: { name: "Composite", className: "AadResourceUrls", modelProperties: { resourceUrls: { serializedName: "resourceUrls", type: { name: "Sequence", element: { type: { name: "String" } } } } } } }; export const TokenStatus: msRest.CompositeMapper = { serializedName: "TokenStatus", type: { name: "Composite", className: "TokenStatus", modelProperties: { connectionName: { serializedName: "connectionName", type: { name: "String" } }, hasToken: { serializedName: "hasToken", type: { name: "Boolean" } }, serviceProviderDisplayName: { serializedName: "serviceProviderDisplayName", type: { name: "String" } } } } };