public class ConversationSendResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationSendResponse.FallbackOptionResponse |
| Constructor and Description |
|---|
ConversationSendResponse() |
| Modifier and Type | Method and Description |
|---|---|
ConversationSendResponse.FallbackOptionResponse |
getFallback() |
String |
getId() |
String |
getStatus() |
void |
setFallback(ConversationSendResponse.FallbackOptionResponse fallback) |
void |
setId(String id) |
void |
setStatus(String status) |
String |
toString() |
public String getId()
public void setId(String id)
public String getStatus()
public void setStatus(String status)
public ConversationSendResponse.FallbackOptionResponse getFallback()
public void setFallback(ConversationSendResponse.FallbackOptionResponse fallback)
Copyright © 2024. All rights reserved.