public static interface Message.MessageSendTextRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConversationId()
string conversation_id = 1; |
com.google.protobuf.ByteString |
getConversationIdBytes()
string conversation_id = 1; |
String |
getMentonalIds(int index)
repeated string mentonal_ids = 3; |
com.google.protobuf.ByteString |
getMentonalIdsBytes(int index)
repeated string mentonal_ids = 3; |
int |
getMentonalIdsCount()
repeated string mentonal_ids = 3; |
List<String> |
getMentonalIdsList()
repeated string mentonal_ids = 3; |
String |
getText()
string text = 2; |
com.google.protobuf.ByteString |
getTextBytes()
string text = 2; |
String getConversationId()
string conversation_id = 1;com.google.protobuf.ByteString getConversationIdBytes()
string conversation_id = 1;String getText()
string text = 2;com.google.protobuf.ByteString getTextBytes()
string text = 2;List<String> getMentonalIdsList()
repeated string mentonal_ids = 3;int getMentonalIdsCount()
repeated string mentonal_ids = 3;String getMentonalIds(int index)
repeated string mentonal_ids = 3;index - The index of the element to return.com.google.protobuf.ByteString getMentonalIdsBytes(int index)
repeated string mentonal_ids = 3;index - The index of the value to return.Copyright © 2020. All rights reserved.