Class ChangeQuestionComposedVoice
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ChangeQuestionComposedVoice : Command, ICommand
- Inheritance
-
ChangeQuestionComposedVoice
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeQuestionComposedVoice(Guid, Guid, ComposedVoice)
public ChangeQuestionComposedVoice(Guid bank, Guid question, ComposedVoice composedVoice)
Parameters
bankGuidquestionGuidcomposedVoiceComposedVoice
Properties
AttemptLimit
public int AttemptLimit { get; set; }
Property Value
ComposedVoice
public ComposedVoice ComposedVoice { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
TimeLimit
public int TimeLimit { get; set; }