withId method
Sets the interaction ID.
The ID should be unique and descriptive.
Implementation
InteractionBuilder<T> withId(String id) {
_id = id;
return this;
}
Sets the interaction ID.
The ID should be unique and descriptive.
InteractionBuilder<T> withId(String id) {
_id = id;
return this;
}