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