public static class ConversationDataOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
ConversationDataOptions |
build()
Builds the conversation options.
|
ConversationDataOptions.Builder |
dialogId(String dialogId)
Sets the dialog id.
|
ConversationDataOptions.Builder |
from(Date from)
Sets the 'from' date.
|
ConversationDataOptions.Builder |
limit(Integer limit)
Sets the data limit.
|
ConversationDataOptions.Builder |
offset(Integer offset)
Sets the data offset.
|
ConversationDataOptions.Builder |
to(Date to)
Sets the 'to' date.
|
public ConversationDataOptions build()
public ConversationDataOptions.Builder dialogId(String dialogId)
dialogId
- the dialog idpublic ConversationDataOptions.Builder from(Date from)
from
- the frompublic ConversationDataOptions.Builder limit(Integer limit)
limit
- the limitpublic ConversationDataOptions.Builder offset(Integer offset)
offset
- the offsetpublic ConversationDataOptions.Builder to(Date to)
to
- the toCopyright © 2015–2016 IBM Watson. All rights reserved.