Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Gather.Builder |
action(String action) |
Gather |
build() |
Gather.Builder |
finishOnKey(String finishOnKey) |
Gather.Builder |
method(Method method) |
Gather.Builder |
numDigits(int numDigits) |
Gather.Builder |
pause(Pause pause) |
Gather.Builder |
play(Play play) |
Gather.Builder |
say(Say say) |
Gather.Builder |
timeout(int timeout) |
public Gather.Builder timeout(int timeout)
public Gather.Builder numDigits(int numDigits)
public Gather.Builder action(String action)
public Gather.Builder method(Method method)
public Gather.Builder finishOnKey(String finishOnKey)
public Gather.Builder say(Say say)
public Gather.Builder play(Play play)
public Gather.Builder pause(Pause pause)
public Gather build()
Copyright © 2011 Twilio, Inc. All Rights Reserved.