2018년 10월 16일 화요일

[watson-developer-cloud/java-sdk] #996

   요약


   메일
conversation is not entering into child node in Android Application

yashpatel001

Conversation service = new Conversation("2018-02-16");
service.setUsernameAndPassword("", "");

InputData input = new InputData.Builder("Hi").build();
MessageOptions options = new MessageOptions.Builder(workspaceId).input(input).build();
MassageResponse response = service.message(options).execute();
System.out.println(response);

Conversation API : 6.7.0
Android sdk : 0.4.3
java sdk : 3.9.1

how to enter into shild node suggest me





   번역

conversation이 Android 애플리케이션 하위 노드에 들어가지 않습니다.

yashpatel001

Conversation service = new Conversation("2018-02-16");
service.setUsernameAndPassword("", "");

InputData input = new InputData.Builder("Hi").build();
MessageOptions options = new MessageOptions.Builder(workspaceId).input(input).build();
MassageResponse response = service.message(options).execute();
System.out.println(response);

Conversation API : 6.7.0
Android sdk : 0.4.3
java sdk : 3.9.1

shild 노드에 넣는 방법을 알려주세요.



댓글 없음:

댓글 쓰기