steps

public final Interaction.Builder steps(List<Step> steps)

Required. Output only. The steps that make up the interaction.


public final Interaction.Builder steps(JsonField<List<Step>> steps)

Sets Builder.steps to an arbitrary JSON value.

You should usually call Builder.steps with a well-typed List<Step> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.