UNPKG

@ondewo/csi-client-nodejs

Version:

ONDEWO Communication System Integration (CSI) Client library for Nodejs

1,184 lines (1,182 loc) 640 kB
// source: ondewo/nlu/intent.proto /** * @fileoverview * @enhanceable * @suppress {missingRequire} reports error on implicit type usages. * @suppress {messageConventions} JS Compiler reports an error if a variable or * field starts with 'MSG_' and isn't a translatable message. * @public */ // GENERATED CODE -- DO NOT EDIT! /* eslint-disable */ // @ts-nocheck var jspb = require('google-protobuf'); var goog = jspb; var global = (function() { if (this) { return this; } if (typeof window !== 'undefined') { return window; } if (typeof global !== 'undefined') { return global; } if (typeof self !== 'undefined') { return self; } return Function('return this')(); }.call(null)); var google_api_annotations_pb = require('../../google/api/annotations_pb.js'); goog.object.extend(proto, google_api_annotations_pb); var ondewo_nlu_context_pb = require('../../ondewo/nlu/context_pb.js'); goog.object.extend(proto, ondewo_nlu_context_pb); var ondewo_nlu_common_pb = require('../../ondewo/nlu/common_pb.js'); goog.object.extend(proto, ondewo_nlu_common_pb); var ondewo_nlu_operations_pb = require('../../ondewo/nlu/operations_pb.js'); goog.object.extend(proto, ondewo_nlu_operations_pb); var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js'); goog.object.extend(proto, google_protobuf_empty_pb); var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js'); goog.object.extend(proto, google_protobuf_timestamp_pb); var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js'); goog.object.extend(proto, google_protobuf_field_mask_pb); var google_protobuf_struct_pb = require('google-protobuf/google/protobuf/struct_pb.js'); goog.object.extend(proto, google_protobuf_struct_pb); goog.exportSymbol('proto.ondewo.nlu.BatchCreateParametersRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchCreateParametersRequest.CreateParameterRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchCreateResponseMessagesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchCreateResponseMessagesRequest.CreateResponseMessageRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteIntentsRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteParametersRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteParametersResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteParametersResponse.DeleteParameterStatus', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteParametersResponse.DeleteParameterStatus.DeleteStatusCase', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteResponseMessagesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteResponseMessagesResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteResponseMessagesResponse.DeleteResponseMessageStatus', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteResponseMessagesResponse.DeleteResponseMessageStatus.DeleteStatusCase', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteTrainingPhrasesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteTrainingPhrasesResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteTrainingPhrasesResponse.DeleteTrainingPhraseStatus', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchDeleteTrainingPhrasesResponse.DeleteTrainingPhraseStatus.DeleteStatusCase', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchGetParametersRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchGetResponseMessagesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchGetTrainingPhrasesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchParametersStatusResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchParametersStatusResponse.ParameterStatus', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchParametersStatusResponse.ParameterStatus.PhraseOrStatusCase', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchResponseMessagesStatusResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchResponseMessagesStatusResponse.ResponseMessageStatus', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchResponseMessagesStatusResponse.ResponseMessageStatus.PhraseOrStatusCase', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchTrainingPhrasesStatusResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchUpdateIntentsRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchUpdateIntentsRequest.IntentBatchCase', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchUpdateIntentsResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchUpdateParametersRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchUpdateResponseMessagesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.BatchUpdateTrainingPhrasesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.CreateIntentRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.DeleteIntentRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.GetAllIntentTagsRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.GetIntentRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.GetIntentTagsRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.GetIntentTagsResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.FollowupIntentInfo', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.IntentStatus', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Audio', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.BasicCard', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.BasicCard.Button', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.BasicCard.Button.OpenUriAction', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Card', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Card.Button', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.CarouselSelect', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.CarouselSelect.Item', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.HTMLText', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Image', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.LinkOutSuggestion', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.ListSelect', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.ListSelect.Item', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.MessageCase', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Platform', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.QuickReplies', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.SelectItemInfo', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.SimpleResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.SimpleResponses', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Suggestion', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Suggestions', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Text', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Message.Video', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Parameter', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.Parameter.Prompt', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.TrainingPhrase', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.TrainingPhrase.Entity', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.TrainingPhrase.Type', null, global); goog.exportSymbol('proto.ondewo.nlu.Intent.WebhookState', null, global); goog.exportSymbol('proto.ondewo.nlu.IntentBatch', null, global); goog.exportSymbol('proto.ondewo.nlu.IntentCategory', null, global); goog.exportSymbol('proto.ondewo.nlu.IntentSorting', null, global); goog.exportSymbol('proto.ondewo.nlu.IntentSorting.IntentSortingField', null, global); goog.exportSymbol('proto.ondewo.nlu.IntentTagRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.IntentView', null, global); goog.exportSymbol('proto.ondewo.nlu.ListIntentsRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.ListIntentsResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.ListParametersRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.ListParametersResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.ListResponseMessagesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.ListResponseMessagesResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.ListTrainingPhrasesRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.ListTrainingPhrasesResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.ListTrainingPhrasesofIntentsWithEnrichmentRequest', null, global); goog.exportSymbol('proto.ondewo.nlu.ListTrainingPhrasesofIntentsWithEnrichmentResponse', null, global); goog.exportSymbol('proto.ondewo.nlu.TrainingPhraseStatus', null, global); goog.exportSymbol('proto.ondewo.nlu.TrainingPhraseStatus.PhraseOrStatusCase', null, global); goog.exportSymbol('proto.ondewo.nlu.UpdateIntentRequest', null, global); /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.displayName = 'proto.ondewo.nlu.Intent'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.TrainingPhrase = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.TrainingPhrase.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.TrainingPhrase, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.TrainingPhrase.displayName = 'proto.ondewo.nlu.Intent.TrainingPhrase'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.TrainingPhrase.Entity = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.TrainingPhrase.Entity, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.TrainingPhrase.Entity.displayName = 'proto.ondewo.nlu.Intent.TrainingPhrase.Entity'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Parameter = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Parameter.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Parameter, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Parameter.displayName = 'proto.ondewo.nlu.Intent.Parameter'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Parameter.Prompt = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Parameter.Prompt, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Parameter.Prompt.displayName = 'proto.ondewo.nlu.Intent.Parameter.Prompt'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, proto.ondewo.nlu.Intent.Message.oneofGroups_); }; goog.inherits(proto.ondewo.nlu.Intent.Message, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.displayName = 'proto.ondewo.nlu.Intent.Message'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.Text = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.Text.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.Text, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.Text.displayName = 'proto.ondewo.nlu.Intent.Message.Text'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.Image = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.Image, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.Image.displayName = 'proto.ondewo.nlu.Intent.Message.Image'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.QuickReplies = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.QuickReplies.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.QuickReplies, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.QuickReplies.displayName = 'proto.ondewo.nlu.Intent.Message.QuickReplies'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.Card = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.Card.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.Card, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.Card.displayName = 'proto.ondewo.nlu.Intent.Message.Card'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.Card.Button = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.Card.Button, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.Card.Button.displayName = 'proto.ondewo.nlu.Intent.Message.Card.Button'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.SimpleResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.SimpleResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.SimpleResponse.displayName = 'proto.ondewo.nlu.Intent.Message.SimpleResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.SimpleResponses = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.SimpleResponses.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.SimpleResponses, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.SimpleResponses.displayName = 'proto.ondewo.nlu.Intent.Message.SimpleResponses'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.BasicCard = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.BasicCard.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.BasicCard, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.BasicCard.displayName = 'proto.ondewo.nlu.Intent.Message.BasicCard'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.BasicCard.Button = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.BasicCard.Button, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.BasicCard.Button.displayName = 'proto.ondewo.nlu.Intent.Message.BasicCard.Button'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.BasicCard.Button.OpenUriAction = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.BasicCard.Button.OpenUriAction, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.BasicCard.Button.OpenUriAction.displayName = 'proto.ondewo.nlu.Intent.Message.BasicCard.Button.OpenUriAction'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.Suggestion = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.Suggestion, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.Suggestion.displayName = 'proto.ondewo.nlu.Intent.Message.Suggestion'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.Suggestions = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.Suggestions.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.Suggestions, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.Suggestions.displayName = 'proto.ondewo.nlu.Intent.Message.Suggestions'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.LinkOutSuggestion = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.LinkOutSuggestion, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.LinkOutSuggestion.displayName = 'proto.ondewo.nlu.Intent.Message.LinkOutSuggestion'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.ListSelect = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.ListSelect.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.ListSelect, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.ListSelect.displayName = 'proto.ondewo.nlu.Intent.Message.ListSelect'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.ListSelect.Item = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.ListSelect.Item, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.ListSelect.Item.displayName = 'proto.ondewo.nlu.Intent.Message.ListSelect.Item'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.CarouselSelect = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.CarouselSelect.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.CarouselSelect, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.CarouselSelect.displayName = 'proto.ondewo.nlu.Intent.Message.CarouselSelect'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.CarouselSelect.Item = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.CarouselSelect.Item, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.CarouselSelect.Item.displayName = 'proto.ondewo.nlu.Intent.Message.CarouselSelect.Item'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.HTMLText = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.HTMLText.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.HTMLText, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.HTMLText.displayName = 'proto.ondewo.nlu.Intent.Message.HTMLText'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.Video = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.Video, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.Video.displayName = 'proto.ondewo.nlu.Intent.Message.Video'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.Audio = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.Audio, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.Audio.displayName = 'proto.ondewo.nlu.Intent.Message.Audio'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.Message.SelectItemInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.Intent.Message.SelectItemInfo.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.Intent.Message.SelectItemInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.Message.SelectItemInfo.displayName = 'proto.ondewo.nlu.Intent.Message.SelectItemInfo'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.Intent.FollowupIntentInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.Intent.FollowupIntentInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.Intent.FollowupIntentInfo.displayName = 'proto.ondewo.nlu.Intent.FollowupIntentInfo'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.ListIntentsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.ListIntentsRequest.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.ListIntentsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.ListIntentsRequest.displayName = 'proto.ondewo.nlu.ListIntentsRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.ListIntentsResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.ListIntentsResponse.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.ListIntentsResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.ListIntentsResponse.displayName = 'proto.ondewo.nlu.ListIntentsResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.GetIntentRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.GetIntentRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.GetIntentRequest.displayName = 'proto.ondewo.nlu.GetIntentRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.CreateIntentRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.CreateIntentRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.CreateIntentRequest.displayName = 'proto.ondewo.nlu.CreateIntentRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.UpdateIntentRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.UpdateIntentRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.UpdateIntentRequest.displayName = 'proto.ondewo.nlu.UpdateIntentRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.DeleteIntentRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.DeleteIntentRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.DeleteIntentRequest.displayName = 'proto.ondewo.nlu.DeleteIntentRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchUpdateIntentsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, proto.ondewo.nlu.BatchUpdateIntentsRequest.oneofGroups_); }; goog.inherits(proto.ondewo.nlu.BatchUpdateIntentsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchUpdateIntentsRequest.displayName = 'proto.ondewo.nlu.BatchUpdateIntentsRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchUpdateIntentsResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.BatchUpdateIntentsResponse.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.BatchUpdateIntentsResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchUpdateIntentsResponse.displayName = 'proto.ondewo.nlu.BatchUpdateIntentsResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchDeleteIntentsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.BatchDeleteIntentsRequest.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.BatchDeleteIntentsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchDeleteIntentsRequest.displayName = 'proto.ondewo.nlu.BatchDeleteIntentsRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.IntentBatch = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.IntentBatch.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.IntentBatch, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.IntentBatch.displayName = 'proto.ondewo.nlu.IntentBatch'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.IntentSorting = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.IntentSorting, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.IntentSorting.displayName = 'proto.ondewo.nlu.IntentSorting'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.IntentTagRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.IntentTagRequest.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.IntentTagRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.IntentTagRequest.displayName = 'proto.ondewo.nlu.IntentTagRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.GetIntentTagsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.GetIntentTagsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.GetIntentTagsRequest.displayName = 'proto.ondewo.nlu.GetIntentTagsRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.GetIntentTagsResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.GetIntentTagsResponse.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.GetIntentTagsResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.GetIntentTagsResponse.displayName = 'proto.ondewo.nlu.GetIntentTagsResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.GetAllIntentTagsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.GetAllIntentTagsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.GetAllIntentTagsRequest.displayName = 'proto.ondewo.nlu.GetAllIntentTagsRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchUpdateTrainingPhrasesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.BatchUpdateTrainingPhrasesRequest.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.BatchUpdateTrainingPhrasesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchUpdateTrainingPhrasesRequest.displayName = 'proto.ondewo.nlu.BatchUpdateTrainingPhrasesRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.TrainingPhraseStatus = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, proto.ondewo.nlu.TrainingPhraseStatus.oneofGroups_); }; goog.inherits(proto.ondewo.nlu.TrainingPhraseStatus, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.TrainingPhraseStatus.displayName = 'proto.ondewo.nlu.TrainingPhraseStatus'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchTrainingPhrasesStatusResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.BatchTrainingPhrasesStatusResponse.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.BatchTrainingPhrasesStatusResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchTrainingPhrasesStatusResponse.displayName = 'proto.ondewo.nlu.BatchTrainingPhrasesStatusResponse'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest.displayName = 'proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; goog.inherits(proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest.displayName = 'proto.ondewo.nlu.BatchCreateTrainingPhrasesRequest.CreateTrainingPhraseRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchGetTrainingPhrasesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.BatchGetTrainingPhrasesRequest.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.BatchGetTrainingPhrasesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchGetTrainingPhrasesRequest.displayName = 'proto.ondewo.nlu.BatchGetTrainingPhrasesRequest'; } /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a * server response, or constructed directly in Javascript. The array is used * in place and becomes part of the constructed object. It is not cloned. * If no data is provided, the constructed object will be empty, but still * valid. * @extends {jspb.Message} * @constructor */ proto.ondewo.nlu.BatchDeleteTrainingPhrasesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.BatchDeleteTrainingPhrasesRequest.repeatedFields_, null); }; goog.inherits(proto.ondewo.nlu.BatchDeleteTrainingPhrasesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ proto.ondewo.nlu.BatchDeleteTrainingPhrasesRequest.displayName = 'proto.ondewo.nlu.BatchDeleteTrainingPhrasesRequest'; } /** * Generated by