Interface IBuilderForName
- Namespace
- Vonage.Video.ExperienceComposer.Start
- Assembly
- Vonage.dll
Represents a builder for name.
public interface IBuilderForName
Methods
WithName(string)
Sets the name on the builder.
IBuilderForOptional WithName(string value)
Parameters
valuestringThe name.
Returns
- IBuilderForOptional
The builder.