Metadata Class
- java.
lang. Object - com.
microsoft. bot. ai. qna. models. Metadata
- com.
Implements
public class Metadata
implements java.io.Serializable
Represents the Metadata object sent as part of QnA Maker requests.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Metadata() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getName()
Gets the name for the Metadata property. |
| java.lang.String |
getValue()
Gets the value for the Metadata property. |
| void |
setName(String withName)
Sets the name for the Metadata property. |
| void |
setValue(String withValue)
Sets the value for the Metadata property. |
Methods inherited from java.lang.Object
Constructor Details
Metadata
public Metadata()
Method Details
getName
public String getName()
Gets the name for the Metadata property.
Returns:
getValue
public String getValue()
Gets the value for the Metadata property.
Returns:
setName
public void setName(String withName)
Sets the name for the Metadata property.
Parameters:
setValue
public void setValue(String withValue)
Sets the value for the Metadata property.
Parameters: