public class MyAiResponsePresent extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MyAiResponsePresent.Builder |
| 构造器和说明 |
|---|
MyAiResponsePresent() |
MyAiResponsePresent(MyAiResponsePresent.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBody() |
Boolean |
getInteractable() |
String |
getOperationType() |
String |
getType() |
static MyAiResponsePresent.Builder |
newBuilder() |
void |
setBody(String body) |
void |
setInteractable(Boolean interactable) |
void |
setOperationType(String operationType) |
void |
setType(String type) |
public MyAiResponsePresent()
public MyAiResponsePresent(MyAiResponsePresent.Builder builder)
public static MyAiResponsePresent.Builder newBuilder()
public String getType()
public void setType(String type)
public String getBody()
public void setBody(String body)
public Boolean getInteractable()
public void setInteractable(Boolean interactable)
public String getOperationType()
public void setOperationType(String operationType)
Copyright © 2024. All rights reserved.