FeaturesGetPhraseListResponse type
getPhraseList 操作の応答データを格納します。
type FeaturesGetPhraseListResponse = PhraseListFeatureInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PhraseListFeatureInfo
}
}