GoogleCloudDialogflowCxV3FlowInvocation constructor

GoogleCloudDialogflowCxV3FlowInvocation({
  1. String? displayName,
  2. String? flow,
  3. String? flowState,
})

Implementation

GoogleCloudDialogflowCxV3FlowInvocation({
  this.displayName,
  this.flow,
  this.flowState,
});