MessageActionsPayloadFrom Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. MessageActionsPayloadFrom
- com.
public class MessageActionsPayloadFrom
Represents a user, application, or conversation type that either sent or was referenced in a message.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MessageActionsPayloadFrom() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Message |
getApplication()
Gets details of the app. |
|
Message |
getConversation()
Gets details of the conversation. |
|
Message |
getUser()
Gets details of the user. |
| void |
setApplication(MessageActionsPayloadApp withApplication)
Sets details of the app. |
| void |
setConversation(MessageActionsPayloadConversation withConversation)
Sets details of the conversation. |
| void |
setUser(MessageActionsPayloadUser withUser)
Sets details of the user. |
Methods inherited from java.lang.Object
Constructor Details
MessageActionsPayloadFrom
public MessageActionsPayloadFrom()
Method Details
getApplication
public MessageActionsPayloadApp getApplication()
Gets details of the app.
Returns:
getConversation
public MessageActionsPayloadConversation getConversation()
Gets details of the conversation.
Returns:
getUser
public MessageActionsPayloadUser getUser()
Gets details of the user.
Returns:
setApplication
public void setApplication(MessageActionsPayloadApp withApplication)
Sets details of the app.
Parameters:
setConversation
public void setConversation(MessageActionsPayloadConversation withConversation)
Sets details of the conversation.
Parameters:
setUser
public void setUser(MessageActionsPayloadUser withUser)
Sets details of the user.
Parameters: