IntentMetadata
interface IntentMetadata {
name: string;
displayName: string;
}
The Interface used to describe an Intent within the platform.
IntentMetadata
interface IntentMetadata {
name: string;
displayName: string;
}
The Interface used to describe an Intent within the platform.