service Tier
public final CreateAgentInteractionParams.Builder serviceTier(CreateAgentInteractionParams.ServiceTier serviceTier)
The service tier for the interaction.
public final CreateAgentInteractionParams.Builder serviceTier(JsonField<CreateAgentInteractionParams.ServiceTier> serviceTier)
Sets Builder.serviceTier to an arbitrary JSON value.
You should usually call Builder.serviceTier with a well-typed ServiceTier value instead. This method is primarily for setting the field to an undocumented or not yet supported value.