Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode (v1.4.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::TransitionCoverage::TransitionNode.

The source or target of a transition.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#flow

def flow() -> ::Google::Cloud::Dialogflow::CX::V3::Flow
Returns
  • (::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow. Only some fields such as name and displayname will be set.

    Note: The following fields are mutually exclusive: flow, page. If a field in that set is populated, all other fields in the set will automatically be cleared.

#flow=

def flow=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Flow
Parameter
  • value (::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow. Only some fields such as name and displayname will be set.

    Note: The following fields are mutually exclusive: flow, page. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dialogflow::CX::V3::Flow) — Indicates a transition to a Flow. Only some fields such as name and displayname will be set.

    Note: The following fields are mutually exclusive: flow, page. If a field in that set is populated, all other fields in the set will automatically be cleared.

#page

def page() -> ::Google::Cloud::Dialogflow::CX::V3::Page
Returns
  • (::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page. Only some fields such as name and displayname will be set.

    Note: The following fields are mutually exclusive: page, flow. If a field in that set is populated, all other fields in the set will automatically be cleared.

#page=

def page=(value) -> ::Google::Cloud::Dialogflow::CX::V3::Page
Parameter
  • value (::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page. Only some fields such as name and displayname will be set.

    Note: The following fields are mutually exclusive: page, flow. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Dialogflow::CX::V3::Page) — Indicates a transition to a Page. Only some fields such as name and displayname will be set.

    Note: The following fields are mutually exclusive: page, flow. If a field in that set is populated, all other fields in the set will automatically be cleared.