コード例 #1
0
ファイル: Gather.cs プロジェクト: garethpaul/twilio-csharp
 public Gather Pause(Pause pause)
 {
     this.Append(pause);
     return(this);
 }
コード例 #2
0
ファイル: Prompt.cs プロジェクト: ssirjann/twilio-csharp
 public Prompt Pause(Pause pause)
 {
     this.Append(pause);
     return(this);
 }