public class ConversationDataOptions extends Object
Dialog service.ConversationDataOptions:
 
 
 ConversationDataOptions options = new ConversationDataOptions.Builder()
     .dialogId("dialog-id-here")
     .offset(0)
     .limit(10).build();
  
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
ConversationDataOptions.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
dialogId()
Gets the dialog id. 
 | 
Date | 
from()
Gets the from. 
 | 
Integer | 
limit()
Gets the limit. 
 | 
ConversationDataOptions.Builder | 
newBuilder()
New builder. 
 | 
Integer | 
offset()
Gets the offset. 
 | 
Date | 
to()
Gets the to. 
 | 
public ConversationDataOptions.Builder newBuilder()
public String dialogId()
public Date from()
public Integer limit()
public Integer offset()
public Date to()
Copyright © 2015–2016 IBM Watson. All rights reserved.