public static final class SpeechletRequestEnvelope.Builder<T extends SpeechletRequest> extends Object
SpeechletRequestEnvelope.| Modifier and Type | Method and Description |
|---|---|
SpeechletRequestEnvelope<T> |
build() |
SpeechletRequestEnvelope.Builder<T> |
withContext(Context context) |
SpeechletRequestEnvelope.Builder<T> |
withRequest(T request) |
SpeechletRequestEnvelope.Builder<T> |
withSession(Session session) |
SpeechletRequestEnvelope.Builder<T> |
withVersion(String version) |
public SpeechletRequestEnvelope.Builder<T> withVersion(String version)
public SpeechletRequestEnvelope.Builder<T> withSession(Session session)
public SpeechletRequestEnvelope.Builder<T> withContext(Context context)
public SpeechletRequestEnvelope.Builder<T> withRequest(T request)
public SpeechletRequestEnvelope<T> build()
Copyright © 2016. All rights reserved.