Bixby Developer Center

References

PlanEdge

PlanEdge objects represent the edges in your execution graph. All edges are either incomingEdges or outgoingEdges of a given PlanNode.

Note that one node's incomingEdge can be another node's outgoingEdge. Consider the following execution graph:

Execution graph of weather capsule asking "What's the weather in Mountain View?"

For the VALUE node, the outgoingEdge is the geo.LocalityName of "Mountain View". This same edge is an incomingEdge, as an input for the search function geo.FindLocality. Be aware that the node you call an edge for will affect the output information.