View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode (google_api_dialogflow v0.78.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.