GoogleCloudDialogflowCxV3Example constructor
GoogleCloudDialogflowCxV3Example({
- List<
GoogleCloudDialogflowCxV3Action> ? actions, - String? conversationState,
- String? createTime,
- String? description,
- String? displayName,
- String? languageCode,
- String? name,
- GoogleCloudDialogflowCxV3PlaybookInput? playbookInput,
- GoogleCloudDialogflowCxV3PlaybookOutput? playbookOutput,
- String? tokenCount,
- String? updateTime,
Implementation
GoogleCloudDialogflowCxV3Example({
this.actions,
this.conversationState,
this.createTime,
this.description,
this.displayName,
this.languageCode,
this.name,
this.playbookInput,
this.playbookOutput,
this.tokenCount,
this.updateTime,
});