UNPKG

@kubernetes-models/gke

Version:
1 lines 556 B
import{Model,setValidateFunc,createTypeMetaGuard}from"@kubernetes-models/base";import{validate}from"../../_schemas/DialogflowCnrmCloudGoogleComV1alpha1DialogflowIntent.mjs";export class DialogflowIntent extends 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=createTypeMetaGuard(DialogflowIntent),setValidateFunc(DialogflowIntent,validate);