View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode (google_api_dialogflow v0.74.0)

The source or target of a transition.

Attributes

  • flow (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Flow.t, default: nil) - Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
  • page (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Page.t, default: nil) - Indicates a transition to a Page. Only some fields such as name and displayname will be set.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode{
    flow: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Flow.t() | nil,
    page: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Page.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.