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

A transition in a page.

Attributes

  • covered (type: boolean(), default: nil) - Whether or not the transition is covered by at least one of the agent's test cases.
  • eventHandler (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3EventHandler.t, default: nil) - Event handler.
  • index (type: integer(), default: nil) - The index of a transition in the transition list. Starting from 0.
  • source (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.t, default: nil) - The start node of a transition.
  • target (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.t, default: nil) - The end node of a transition.
  • transitionRoute (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3TransitionRoute.t, default: nil) - Intent route or condition route.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.