Interface CfnBot.IBKBExactResponseFieldsProperty
Namespace: Amazon.CDK.AWS.Lex
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBKBExactResponseFieldsProperty
Syntax (vb)
Public Interface IBKBExactResponseFieldsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lex;
var bKBExactResponseFieldsProperty = new BKBExactResponseFieldsProperty {
AnswerField = "answerField"
};
Synopsis
Properties
Answer |
Properties
AnswerField
virtual string AnswerField { get; }
Property Value
System.