UNPKG

@kubernetes-models/gke

Version:
1 lines 580 B
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/DialogflowcxCnrmCloudGoogleComV1alpha1DialogflowCXIntent.mjs";export class DialogflowCXIntent extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:DialogflowCXIntent.apiVersion,kind:DialogflowCXIntent.kind,...data})}}DialogflowCXIntent.apiVersion="dialogflowcx.cnrm.cloud.google.com/v1alpha1",DialogflowCXIntent.kind="DialogflowCXIntent",DialogflowCXIntent.is=createTypeMetaGuard(DialogflowCXIntent),setValidateFunc(DialogflowCXIntent,validate);