@kubernetes-models/gke
Version:
1 lines • 811 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"DialogflowIntent",{enumerable:!0,get:function(){return DialogflowIntent}});let _base=require("@kubernetes-models/base"),_DialogflowCnrmCloudGoogleComV1alpha1DialogflowIntent=require("../../_schemas/DialogflowCnrmCloudGoogleComV1alpha1DialogflowIntent.js");class DialogflowIntent extends _base.Model{constructor(data){super(),this.setDefinedProps({apiVersion:DialogflowIntent.apiVersion,kind:DialogflowIntent.kind,...data})}}DialogflowIntent.apiVersion="dialogflow.cnrm.cloud.google.com/v1alpha1",DialogflowIntent.kind="DialogflowIntent",DialogflowIntent.is=(0,_base.createTypeMetaGuard)(DialogflowIntent),(0,_base.setValidateFunc)(DialogflowIntent,_DialogflowCnrmCloudGoogleComV1alpha1DialogflowIntent.validate);