setSearchKeyword method
Sets the search keyword.
Android Reference: ConversationsRequestBuilder.setSearchKeyword(String)
Implementation
ConversationsRequestBuilder setSearchKeyword(String searchKeyword) {
this.searchKeyword = searchKeyword;
return this;
}