@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TranscriptFilter extends Object implements Serializable, Cloneable, StructuredPojo
The object representing the filter that Amazon Lex will use to select the appropriate transcript.
Constructor and Description |
---|
TranscriptFilter() |
Modifier and Type | Method and Description |
---|---|
TranscriptFilter |
clone() |
boolean |
equals(Object obj) |
LexTranscriptFilter |
getLexTranscriptFilter()
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.
|
String |
toString()
Returns a string representation of this object.
|
TranscriptFilter |
withLexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.
|
public void setLexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
lexTranscriptFilter
- The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.public LexTranscriptFilter getLexTranscriptFilter()
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
public TranscriptFilter withLexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
lexTranscriptFilter
- The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.public String toString()
toString
in class Object
Object.toString()
public TranscriptFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.